Roo Code is an AI coding assistant for VS Code that supports MCP servers. When connected, Roo Code can call external tools during coding tasks: query databases, check monitoring, pull CRM data, or interact with any API you connect.
Or edit your VS Code settings JSON directly:
{
"rooCode.mcpServers": {
"my-server": {
"type": "sse",
"url": "https://your-mcp-endpoint.datafaucet.dev/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}After adding the server, Roo Code discovers available tools automatically. You should see them listed in the MCP panel. Each tool shows its name, description, and parameters.
Test with a simple prompt:
> "Use the list_endpoints tool to show what's available."
If Roo Code shows tool results, connection is working.
Once connected, Roo Code calls MCP tools when relevant. Examples:
Roo Code decides when to call tools based on your prompt. You can also explicitly ask it to use a specific tool.
Add multiple entries to rooCode.mcpServers:
{
"rooCode.mcpServers": {
"monitoring": {
"type": "sse",
"url": "https://monitoring.datafaucet.dev/sse",
"headers": { "Authorization": "Bearer KEY_1" }
},
"crm": {
"type": "sse",
"url": "https://crm.datafaucet.dev/sse",
"headers": { "Authorization": "Bearer KEY_2" }
}
}
}Roo Code can call tools from any connected server in the same session. Ask it to combine data across sources.
Need an MCP server to connect? DataFaucet generates them from any web app:
Works with any web app: internal tools, SaaS platforms, APIs without documentation.
Create your Roo Code GitHub MCP server in 60 seconds.
Try with Roo Code GitHub →{
"mcpServers": {
"roo-code-github": {
"url": "https://datafaucet.dev/api/mcp/YOUR_SERVER_ID/sse"
}
}
}Replace YOUR_SERVER_ID with the ID from your DataFaucet dashboard after creating your Roo Code GitHub server.
Point DataFaucet at Roo Code GitHub and get a working server in 60 seconds.
Create Roo Code GitHub server free →After creating, add to Claude Desktop:
"roo-code-github": {
"url": "https://datafaucet.dev/api/mcp/YOUR_ID/sse"
}Free plan includes 3 servers. Upgrade to Pro for unlimited →
Pre-built MCP server templates for GitHub, Slack, Notion, HubSpot, and more. Deploy in one click without writing API code.
Add MCP servers to Warp terminal's AI features. Configure tool access so Warp Agent can query external APIs and dashboards.
Compare MCP servers and browser extensions for AI automation. When each approach works, their trade-offs, and which to use for different tasks.
See how DataFaucet compares
Point at any URL. Get a working MCP server in 60 seconds. No API docs needed.
Works with ChatGPT, Claude, Cursor, Copilot, Codex, JetBrains, and any MCP client
Or try 103 free tools instantly:
claude mcp add datafaucet-sandbox https://datafaucet.dev/api/sandboxGet notified when we add more AI integrations
Join 500+ builders. New templates, guides, and MCP tips. No spam.