M
MCP Caller
by @AB498
MCP client CLI that starts an MCP server, performs the protocol handshake, and calls a tool by JSON input.
Created 4/11/2026
Updated about 4 hours ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-mcp-caller
Cursor configuration (mcp.json)
{
"mcpServers": {
"ab498-mcp-caller": {
"command": "npx",
"args": [
"ab498-mcp-caller"
]
}
}
}
Author Servers
Other servers by AB498