Configure your favorite AI client or developer environment to securely access and execute tools.
Direct remote MCP connection for custom GPTs and actions.
https://toolzy.in/api/mcpLocal stdio configuration for the Claude Desktop application.
{
"mcpServers": {
"toolzy": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://toolzy.in/api/mcp"
]
}
}
}Connect Toolzy directly to the Cursor IDE using SSE.
{
"mcpServers": {
"toolzy": {
"url": "https://toolzy.in/api/mcp"
}
}
}