mcp-remote-static
Connects MCP clients to remote servers using static OAuth 2.0 client authentication. It is specifically designed for marketplace scenarios that require pre-registered client IDs and secrets through standard authorization code flows.
README
mcp-remote-static
This is a fork of mcp-remote with added support for static OAuth client configuration. This package is designed for marketplace scenarios and OAuth servers that require pre-registered clients with static
client_idandclient_secret, using standard OAuth 2.0 authorization code flow.
Connect MCP clients (Claude Desktop, Cursor, Windsurf) to remote MCP servers with static OAuth client authentication.
⚠️ Marketplace Setup Required: Configure callback URL http://localhost:17091/oauth/callback in your marketplace before use.
Marketplace Configuration
Required: Register callback URL in your marketplace OAuth client settings:
http://localhost:17091/oauth/callback
Configuration:
- Log in to marketplace admin panel
- Navigate to OAuth client settings
- Add
http://localhost:17091/oauth/callbackto allowed redirect URIs - Save configuration
Custom host/port: Update callback URL accordingly (e.g., http://127.0.0.1:17091/oauth/callback for --host 127.0.0.1)
Configuration
Method 1: JSON String (Recommended)
{
"mcpServers": {
"my-server": {
"command": "npx",
"args": [
"mcp-remote-static",
"https://remote.mcp.server/sse",
"--static-oauth-client-info",
"{\"client_id\":\"your-client-id\",\"client_secret\":\"your-client-secret\"}"
]
}
}
}
With Environment Variables:
{
"mcpServers": {
"my-server": {
"command": "npx",
"args": [
"mcp-remote-static",
"https://remote.mcp.server/sse",
"--static-oauth-client-info",
"{\"client_id\":\"${MCP_CLIENT_ID}\",\"client_secret\":\"${MCP_CLIENT_SECRET}\"}"
],
"env": {
"MCP_CLIENT_ID": "your-client-id",
"MCP_CLIENT_SECRET": "your-client-secret"
}
}
}
}
Method 2: JSON File
Create oauth_client_info.json:
{
"client_id": "your-client-id",
"client_secret": "your-client-secret"
}
Reference in config:
{
"mcpServers": {
"my-server": {
"command": "npx",
"args": [
"mcp-remote-static",
"https://remote.mcp.server/sse",
"--static-oauth-client-info",
"@/path/to/oauth_client_info.json"
]
}
}
}
Client Setup
Configuration Files:
- Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json(macOS) or%APPDATA%\Claude\claude_desktop_config.json(Windows) - Cursor:
~/.cursor/mcp.json - Windsurf:
~/.codeium/windsurf/mcp_config.json
Restart the client after configuration changes.
Configuration Options
Required Arguments
serverUrl (args[0], required)
- MCP server URL
- Example:
https://remote.mcp.server/sse
--static-oauth-client-info <value> (required)
- Static OAuth client information
- Format: JSON string or
@file-path - Examples:
- JSON string:
"{\"client_id\":\"xxx\",\"client_secret\":\"yyy\"}" - File path:
@/path/to/oauth_client_info.json
- JSON string:
Optional Arguments
callbackPort (args[1], optional)
- Callback server port number
- Default:
17091(fixed for static OAuth) - Example:
17091or9696
--debug
- Enable debug logging
- Logs written to:
~/.mcp-auth/{server_hash}_debug.log
--transport <strategy>
- Transport strategy
- Values:
sse-only|http-only|sse-first|http-first - Default:
http-first
--ignore-tool <tool-name> (can be used multiple times)
- Ignore specified tools
- Example:
--ignore-tool tool1 --ignore-tool tool2
--auth-timeout <seconds>
- OAuth callback timeout in seconds
- Default:
30 - Example:
--auth-timeout 60
--header <header-value> (can be used multiple times)
- Custom HTTP request headers
- Format:
"HeaderName: value" - Example:
--header "Authorization: Bearer token"
--host <hostname>
- Callback server hostname
- Default:
localhost - Example:
--host 127.0.0.1
Complete Example
{
"mcpServers": {
"my-server": {
"command": "npx",
"args": [
"mcp-remote-static",
"https://remote.mcp.server/sse",
"17091",
"--static-oauth-client-info",
"{\"client_id\":\"your-client-id\",\"client_secret\":\"your-client-secret\"}",
"--transport",
"sse-only",
"--ignore-tool",
"tool1",
"--ignore-tool",
"tool2",
"--auth-timeout",
"60",
"--header",
"X-Custom-Header: value",
"--debug"
]
}
}
}
Troubleshooting
Clear credentials:
rm -rf ~/.mcp-auth
Authentication errors:
- Verify
client_idandclient_secretare correct - Verify callback URL matches marketplace:
http://localhost:17091/oauth/callback - Clear credentials and retry
Check logs:
- Claude Desktop:
tail -F ~/Library/Logs/Claude/mcp*.log(macOS/Linux) - Use
--debugflag for detailed logs:~/.mcp-auth/{server_hash}_debug.log
Test connection:
npx mcp-remote-client-static https://server/sse --static-oauth-client-info "{\"client_id\":\"xxx\",\"client_secret\":\"yyy\"}"
Node version: Requires Node 18+
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。