Claude MCP Server
Overview
Claude MCP Server is a server implementation that adheres to the Model Context Protocol (MCP), allowing for standardized integration of various AI tools and models, including those from OpenAI, Anthropic, and Google.
To use the server, clone the repository, set up environment variables for your preferred AI provider, and run either the Node.js or Python server. You can interact with the server using MCP-compliant clients via JSON-RPC 2.0 protocol.
- MCP Compliance: Seamless integration with MCP clients. - Multi-Provider Support: Works with OpenAI, Anthropic, and Google models. - Extensible Tooling: Framework for adding custom tools like code generation and web scraping. - Node.js and Python Implementations: Offers both server options. - Docker Support: Easy deployment and development. - Comprehensive Testing: Integrated testing with Jest and pytest.
- Integrating multiple AI models for diverse applications.
- Automating code generation and analysis tasks.
- Facilitating web interactions and data scraping.
- Supporting development environments with containerization.
Add to your AI client
Use these steps to connect Claude MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"claude-mcp-server-two-surfer12": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-mcp-server-two-surfer12"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"claude-mcp-server-two-surfer12": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-mcp-server-two-surfer12"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"claude-mcp-server-two-surfer12": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-mcp-server-two-surfer12"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"claude-mcp-server-two-surfer12": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-mcp-server-two-surfer12"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"claude-mcp-server-two-surfer12": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-mcp-server-two-surfer12"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"claude-mcp-server-two-surfer12": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-mcp-server-two-surfer12"
]
}
}
}FAQ
Can I use my own AI models with Claude MCP Server?
Yes! You can configure the server to use your own models by setting the appropriate environment variables.
Is there support for custom tools?
Yes! The server includes a framework for adding and managing custom tools easily.
How do I deploy Claude MCP Server?
The recommended way is to use Docker for consistent and isolated deployment.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1428,"uuid":"f68c9894-d345-4d03-9dcb-20524d7c9e08","name":"claude-mcp-server-two","title":"Claude MCP Server","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/40179506?v=4","created_at":"2025-02-20T15:46:10.810Z","updated_at":"2025-02-23T07:20:28.907Z","status":"created","author_name":"Surfer12","author_avatar_url":"https://avatars.githubusercontent.com/u/40179506?v=4","tags":"claude-mcp-server,AI-tools,MCP-compliance","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/Surfer12/claude-mcp-server-two","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]