PluginBench
MCP Server
Active
MIT

MyMCPTools MCP Server

io.github.shibley/mymcptools

What is the MyMCPTools MCP server?

Find MCP servers and check whether they actually respond, via live handshake probes.

How to install MyMCPTools

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mymcptools": {
      "url": "https://mymcptools.com/api/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mymcptools": {
      "serverUrl": "https://mymcptools.com/api/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mymcptools": {
      "type": "http",
      "url": "https://mymcptools.com/api/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "mymcptools": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mymcptools.com/api/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http mymcptools https://mymcptools.com/api/mcp

Related MCP servers

AISOTools

Active

Search, compare, and find alternatives across a curated catalog of 1,100+ AI tools.

3
MIT
View repository →

Check real-time uptime and incident status for 285 APIs and cloud services.

1
JavaScript
MIT
View repository →