mcpc is a command-line client for the Model Context Protocol (MCP). It allows developers to interact with MCP servers, execute tasks, and manage workflows. It connects to any MCP-compatible server, providing a unified interface for task automation and integration. Useful for developers building or integrating with MCP-based systems.
mcpc is a command-line client for the Model Context Protocol (MCP). It allows developers to interact with MCP servers, execute tasks, and manage workflows. It connects to any MCP-compatible server, providing a unified interface for task automation and integration. Useful for developers building or integrating with MCP-based systems.
npx -y @apify/mcpcAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"apify-mcpc-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @apify/mcpc"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcpc?"
API Key Required
This server requires an API key from mcpc. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCPC_API_KEY | Yes | Your mcpc API key |
"What resources are available in mcpc?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcpc"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcpc with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.