https://gitmcp.io/octocat/Hello-World
To add this MCP to Cursor, update your ~/.cursor/mcp.json:
~/.cursor/mcp.json
{ "mcpServers": { "Hello-World Docs": { "url": "https://gitmcp.io/octocat/Hello-World" } } }
To add this MCP to Claude Desktop, update your claude_desktop_config.json:
claude_desktop_config.json
{ "mcpServers": { "Hello-World Docs": { "command": "npx", "args": [ "mcp-remote", "https://gitmcp.io/octocat/Hello-World" ] } } }
To add this MCP to Windsurf, update your ~/.codeium/windsurf/mcp_config.json:
~/.codeium/windsurf/mcp_config.json
{ "mcpServers": { "Hello-World Docs": { "serverUrl": "https://gitmcp.io/octocat/Hello-World" } } }
To add this MCP to VSCode, update your .vscode/mcp.json:
.vscode/mcp.json
{ "servers": { "Hello-World Docs": { "type": "sse", "url": "https://gitmcp.io/octocat/Hello-World" } } }
To add this MCP to Cline, update your ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json:
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
{ "mcpServers": { "Hello-World Docs": { "url": "https://gitmcp.io/octocat/Hello-World", "disabled": false, "autoApprove": [] } } }
Enter this as your plugin name: Hello-World Docs
Hello-World Docs
Enter this URL as the SSE URL: https://gitmcp.io/octocat/Hello-World
For more details on adding custom MCP servers, refer to the documentation.