Overview

Use the Tako MCP server created in the previous tutorial along with the Notion MCP to write documents to Notion using Tako as the main source of research platform.

Prerequisites

Before proceeding, make sure you have done the following:

Set up Tako MCP Server

Add Tako MCP Server to Claude Desktop Client

Add the following to your .cursor/mcp.json or claude_desktop_config.json (MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json)
{
  "mcpServers": {
    "takoApi": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/tako/mcp",
        "run",
        "main.py"
      ],
      "env": {
        "TAKO_API_KEY": "<TAKO_API_KEY>"
      }
    }
  }
}
  • /path/to/tako/mcp - Path to Tako MCP repository
  • <TAKO_API_KEY> - Your Tako API Key. You can obtain it from Tako API Dashboard

Verify the Tako MCP Server

Start your Claude Desktop Application and click on icon. You should see takoApi with 1 tool available.

Write a research report using Tako and Notion

Now on your MCP client, ask the following:

Can you write me a report on Nvidia’s 2024 performance using Tako as the research platform. Write it to Notion and embed the charts into the document whenever it fits the context.
Check out the Notion doc generated