mcp_tool_invocation

variablesoftware/mcp_tool_invocation
★ 1 stars Unknown language 💻 Code/Dev Tools Updated 10mo ago
A concise list of MCP clients and their invocation mechanisim.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp_tool_invocation": {
      "command": "npx",
      "args": [
        "-y",
        "variablesoftware/mcp_tool_invocation"
      ]
    }
  }
}