Use any MCP server as a standard CLI command.
Website · Documentation · Skills
MCPShim is a lightweight daemon + CLI that turns remote MCP tools into native shell commands your agent or script can call directly.
One daemon handles MCP sessions, auth flows, discovery, and reconnects. Your agent invokes tools as standard CLI commands - no SDKs, no libraries, just shell.
# Register a remote MCP server
mcpshim add --name notion --alias notion --transport http --url https://example.com/mcp
# Inspect available tools
mcpshim tools --server notion
# Call a tool
mcpshim call --server notion --tool search --query "roadmap"
# View recent calls
mcpshim history --server notion --limit 20| Repo | Description |
|---|---|
| mcpshim | Daemon, CLI, and documentation |
| skills | Agent skill definitions for AI coding agents |
| Repo | Description |
|---|---|
| pantalk | Give your AI agent a voice on every chat platform |
| crmkit | An agent-first CRM your AI drives directly |
MCPShim gives your agent tools. Pantalk gives it a voice across Slack, Discord, Telegram, and more.
# Install from source
go install github.com/mcpshim/mcpshim/cmd/mcpshimd@latest
go install github.com/mcpshim/mcpshim/cmd/mcpshim@latest
# Start daemon and inspect servers/tools
mcpshimd
mcpshim servers
mcpshim toolsBuilt for AI agents that need MCP orchestration. → mcpshim.dev