My Mcp Server Example
@Franco-yvr
关于 My Mcp Server Example
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"my-mcp-server-example": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is My Mcp Server Example?
My Mcp Server Example is a remote Model Context Protocol (MCP) server deployed on Cloudflare Workers with OAuth login. It enables MCP-compatible clients like Claude Desktop and the MCP Inspector to discover and call server-defined tools over SSE transport.
How to use My Mcp Server Example?
Clone the repository, install dependencies with npm install, and run locally with npx nx dev remote-mcp-server. Connect clients by pointing them to the server's SSE endpoint (e.g., http://localhost:8787/sse locally or the workers.dev URL after deployment). Claude Desktop requires a local proxy using npx mcp-remote configured in its settings file.
Features of My Mcp Server Example
- Deploys on Cloudflare Workers with OAuth login
- Uses SSE transport for remote MCP connections
- Works with MCP Inspector and Claude Desktop
- Requires a local proxy for Claude Desktop integration
- Supports local development and remote deployment
Use cases of My Mcp Server Example
- Hosting MCP tools on Cloudflare Workers accessible from any MCP client
- Developing and testing MCP servers locally before deploying
- Integrating custom tools into Claude Desktop via remote MCP server
FAQ from My Mcp Server Example
What runtime does My Mcp Server Example require?
The server runs on Cloudflare Workers. Local development requires Node.js and npm; deployment uses wrangler CLI and a KV namespace for OAuth.
How do I connect Claude Desktop to My Mcp Server Example?
Configure Claude Desktop with npx mcp-remote pointing to the server's SSE URL (e.g., https://worker-name.account-name.workers.dev/sse). A browser-based OAuth login flow will open on connection.
What transport protocol does My Mcp Server Example use?
The server uses Server-Sent Events (SSE) as its transport. Clients connect to the server's /sse endpoint.
How is authentication handled?
The server implements OAuth login. During connection, users are prompted through a browser-based login screen before accessing tools.
Are there any known limitations?
In rare cases, clearing the ~/.mcp-auth directory may help resolve connection issues. Restarting Claude Desktop can also resolve unexpected behavior.
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.

EverArt
modelcontextprotocolModel Context Protocol Servers

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论