Quick Start Guide
Get Toold MCP Server running with your favorite AI client in just a few minutes. Choose your platform below for detailed setup instructions.
Prerequisites
- Node.js 18+ installed (for npx command)
- Internet connection
- An AI client that supports MCP (see below)
🤖 Claude Desktop Recommended
The easiest way to get started with Toold MCP Server
Step 1: Locate Claude Desktop Config
Find your Claude Desktop configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- Linux:
~/.config/Claude/claude_desktop_config.json
Step 2: Add Toold Configuration
Add the following configuration to your Claude Desktop config file:
{
"mcpServers": {
"toold": {
"command": "npx",
"args": ["-y", "@toold/mcp-server"],
"env": {
"TOOLD_API_URL": "https://mcp.toold.org/sse"
}
}
}
}
Step 3: Restart Claude Desktop
Close and reopen Claude Desktop. Toold tools should now be available in your conversations!
✅ Verify Installation
Try asking Claude: "What's the weather like in New York?" or "What's the current price of AAPL stock?"
💻 VS Code + Continue/Codeium
For developers using VS Code with AI extensions
Step 1: Install Continue or Codeium Extension
Install either the Continue or Codeium extension from the VS Code marketplace.
Step 2: Configure MCP Server
Add Toold to your VS Code settings or extension configuration:
{
"continue.mcpServers": {
"toold": {
"serverUrl": "https://mcp.toold.org/sse",
"transport": "sse"
}
}
}
Step 3: Reload VS Code
Reload VS Code window (Cmd/Ctrl + Shift + P → "Developer: Reload Window")
🖱️ Cursor
AI-first code editor with built-in MCP support
Step 1: Open MCP Settings
Go to Cursor Settings → Features → MCP Servers
Step 2: Add Toold Server
Add a new MCP server with the following configuration:
// In Cursor Settings > MCP Servers
{
"name": "toold",
"url": "https://mcp.toold.org/sse",
"transport": "sse"
}
Step 3: Save and Test
Save the configuration and test by asking the AI assistant about weather or stock prices.
🔧 Other AI Clients
For other MCP-compatible clients, use the following server URL:
https://mcp.toold.org/sse
Refer to your client's documentation for specific MCP server configuration instructions.
Need Help?
If you're having trouble setting up Toold MCP Server, we're here to help!