MCP.so
ログイン

MCP Test Servers

@msfeldstein

MCP Test Servers について

概要はまだありません

基本情報

カテゴリ

開発者ツール

ランタイム

node

トランスポート

stdio

公開者

msfeldstein

設定

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

{
  "mcpServers": {
    "test-server": {
      "command": "/Users/feldstein/Source/mcp-test-servers/src/cli.js",
      "args": [
        "ping"
      ],
      "env": {}
    }
  }
}

ツール

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

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

概要

What is MCP Test Servers?

MCP Test Servers is a collection of test servers implementing the Model Context Protocol (MCP). It provides over 50 pre-built servers for testing MCP features, from basic tool calls to complex OAuth flows and schema edge cases, aimed at developers validating MCP client behavior.

How to use MCP Test Servers?

Run any server with npx -y @msfeldstein/mcp-test-servers <server>, e.g. npx @msfeldstein/mcp-test-servers everything. A gallery page with one-click install buttons for Cursor is available at the GitHub Pages link. Configure the server in mcpServers JSON with the command and optional environment variables.

Key features of MCP Test Servers

  • Includes 50+ specialized test servers for MCP features
  • Tests tools, resources, prompts, and elicitation flows
  • Covers schema edge cases, OAuth, and session management
  • Automated testing via /test-everything slash command in Cursor
  • Quick install via GitHub Pages gallery for Cursor
  • Supports dynamic tools, progress notifications, and mixed content responses

Use cases of MCP Test Servers

  • Validate MCP client handling of malformed or broken server schemas
  • Test OAuth 2.0 discovery and bug reproduction flows
  • Verify progress notifications and long-running task behavior
  • Ensure proper handling of environment variables and MCP roots
  • Debug resource listing, prompt generation, and content type variations

FAQ from MCP Test Servers

What dependencies are required to run MCP Test Servers?

Node.js and npx are required. No additional dependencies are needed—servers are fetched via npm.

How do I test the everything server comprehensively?

Start the everything server, then in Cursor use the /test-everything slash command. The AI agent will automatically execute all 20 test steps and provide a validation report.

Can I test OAuth flow issues?

Yes—servers like oauth-repro, oauth-debug, oauth-callback-test, oauth-edge-case, and oauth-bug-trigger are included to reproduce specific OAuth 2.0 discovery and callback bugs.

Where does the server’s data live?

No persistent data storage is used. All servers are stateless and run in memory; environment variables and MCP roots are provided by the client.

What transports are supported?

Servers use standard MCP transport (stdio by default). The sse-timeout and session-management servers demonstrate Streamable HTTP with SSE and session tracking.

コメント

「開発者ツール」の他のコンテンツ