Connect MCP to Claude

Vector ToDo supports the Model Context Protocol (MCP), allowing Claude Desktop to read, create, and manage your tasks directly. This guide walks you through every step.

Step 1 β€” Generate an API Key

1

Open AI Integrations settings

In Vector ToDo, go to Settings β†’ AI Integrations.

2

Click Create Key

Click the "Create Key" button to open the key creation dialog.

3

Configure your key

Fill in the details:

  • Name β€” a label for your reference, e.g. "Claude Desktop"
  • Scopes β€” select the permissions you need:
    • Read (required) β€” lets Claude view your tasks and projects
    • Create β€” lets Claude add new tasks
    • Update β€” lets Claude modify existing tasks
4

Copy the key immediately

Click "Create" and copy the key right away. It starts with vtd_ and is only shown once. If you lose it, you will need to create a new one. vtd_

API key creation dialog

Step 2 β€” Configure Claude Desktop

5

Open Claude Desktop settings

In Claude Desktop, open the settings panel and navigate to the "MCP Servers" section.

6

Add the Vector ToDo server

Click "Add Server" and enter the URL:

https://mcp.vectortodo.com

Save and restart Claude Desktop.

Claude Desktop MCP settings

Alternatively, you can edit the config file directly:

~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "vectortodo": {
      "url": "https://mcp.vectortodo.com"
    }
  }
}

Step 3 β€” Authorize

7

Complete the authorization flow

When Claude Desktop connects to the MCP server for the first time, it will open a browser window with an authorization form.

  1. Paste your API key (vtd_...) into the field
  2. Click "Authorize"
  3. Return to Claude Desktop β€” the connection is now established
OAuth authorization page

Step 4 β€” Test the connection

8

Try a command

Ask Claude something like:

  • "List my tasks in Vector ToDo"
  • "Create a new task called 'Test MCP connection' in my project"

Here is a more advanced example prompt:

List all my tasks in Vector ToDo that are due this week.
If there are overdue tasks, highlight them.

What Claude can do

Tip
With MCP connected, Claude can create tasks, update priorities, mark tasks complete, search your notes, and generate reports β€” all through natural conversation.
Warning
Never share your API key publicly. If you suspect it has been compromised, revoke it immediately in Settings β†’ AI Integrations and create a new one.