MCP.so
ログイン

awesome-remote-mcp-servers

@weekend-project-space

awesome-remote-mcp-servers について

awesome remote mcp servers

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

weekend-project-space

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "math": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://worker-name.account-name.workers.dev/sse"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is awesome-remote-mcp-servers?

awesome-remote-mcp-servers is a curated list of remote Model Context Protocol (MCP) servers, each with a public endpoint URL, description, and official website. It is intended for developers integrating AI tools with external services via the MCP.

How to use awesome-remote-mcp-servers?

You can connect a remote MCP server to Claude Desktop by editing its configuration file and adding a server entry using the mcp-remote npm package. For example, set the server command to npx mcp-remote https://your-worker-url/sse.

Key features of awesome-remote-mcp-servers

  • Curated collection of remote MCP server endpoints.
  • Each server has a description and official website link.
  • Supports SSE (Server-Sent Events) transport.
  • Includes services like Sentry, Neon, PayPal, Semgrep.
  • Provides configuration instructions for Claude Desktop.

Use cases of awesome-remote-mcp-servers

  • Real-time error tracking with Sentry in AI workflows.
  • Serverless PostgreSQL database operations via Neon.
  • Payment processing and transaction updates through PayPal.
  • Code security and quality scans using Semgrep.
  • Retrieval-augmented generation for AI data retrieval.

FAQ from awesome-remote-mcp-servers

What is awesome-remote-mcp-servers?

It is a list of publicly available remote MCP servers, each with a URL, description, and link to its official website.

How do I connect a remote server to Claude Desktop?

Edit the Claude Desktop configuration file and add an entry like the example: "command": "npx", "args": ["mcp-remote", "https://worker-name.account-name.workers.dev/sse"]. Then restart Claude Desktop.

What transport protocol do these servers use?

All listed servers use SSE (Server-Sent Events) as their transport protocol, as indicated by /sse endpoints in the URLs.

What services are included in the list?

Current servers include Sentry (error tracking), Neon (PostgreSQL), PayPal (payments), Semgrep (code security), GitMCP (GitHub), and a RAG-based service on Cloudflare Workers.

Do I need any special dependencies to use the servers?

Yes, you need Node.js installed (to run npx) and the mcp-remote package, which is fetched automatically by npx when you run the command.

コメント

「その他」の他のコンテンツ