What is the Tako MCP server?
Search, answer, and fetch Tako's knowledge base of 100K+ data charts, plus deep research agents.
How to install Tako
Copy-paste configuration for popular MCP clients.
AuthorizationsecretTako API token as a Bearer credential, e.g. `Bearer <token>` (CLI/desktop hosts such as Claude Code, Cursor, Windsurf). Get one at tako.com -> account settings -> API tokens. Web hosts (Claude.ai, ChatGPT) use the server's OAuth flow instead, so this header is optional.
{
"mcpServers": {
"tako-mcp": {
"url": "https://mcp.tako.com/mcp"
}
}
}{
"mcpServers": {
"tako-mcp": {
"serverUrl": "https://mcp.tako.com/mcp"
}
}
}{
"servers": {
"tako-mcp": {
"type": "http",
"url": "https://mcp.tako.com/mcp"
}
}
}{
"mcpServers": {
"tako-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.tako.com/mcp"
]
}
}
}claude mcp add --transport http tako-mcp https://mcp.tako.com/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.