drio
Open app

mcp-testing-server

Source

Catalog onlyCatalog onlySTDIO

Overview

The mcp-testing-server is a Node.js application designed for testing MCP (Model Context Protocol) servers, providing a framework for developers to build and test their applications.

To use the mcp-testing-server, clone the repository from GitHub, run the build command using npm, and configure your environment settings as specified in the provided configuration files for your development environment.

  • Easy setup for testing MCP servers - Configuration support for various development environments (VSCode, WS) - Built with TypeScript for better development experience
  1. Testing MCP server functionalities during development.
  2. Ensuring compatibility with different Node.js versions.
  3. Facilitating collaborative development through shared configurations.

Add to your AI client

Use these steps to connect mcp-testing-server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "testing-mcp-server-misbiheyv": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-testing-mcp-server-misbiheyv"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "testing-mcp-server-misbiheyv": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-testing-mcp-server-misbiheyv"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "testing-mcp-server-misbiheyv": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-testing-mcp-server-misbiheyv"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "testing-mcp-server-misbiheyv": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-testing-mcp-server-misbiheyv"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "testing-mcp-server-misbiheyv": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-testing-mcp-server-misbiheyv"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "testing-mcp-server-misbiheyv": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-testing-mcp-server-misbiheyv"
      ]
    }
  }
}

FAQ

What is the primary purpose of mcp-testing-server?

It is designed to assist developers in testing and building MCP servers efficiently.

Is there any documentation available?

Yes, the repository includes configuration examples and setup instructions.

Can I contribute to the project?

Absolutely! Contributions are welcome, and you can submit pull requests on GitHub.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3277,"uuid":"f9a32268-de43-4e9e-b05e-3dd029aec947","name":"testing-mcp-server","title":"mcp-testing-server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/57451566?v=4","created_at":"2025-03-18T14:08:27.439Z","updated_at":"2025-03-18T14:34:29.483Z","status":"created","author_name":"misbiheyv","author_avatar_url":"https://avatars.githubusercontent.com/u/57451566?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/misbiheyv/testing-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-04-21 12:10:48\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

mcp-testing-server — MCP Registry