drio
Open app

Notion MCP Client

Source

A simple MCP server that integrates with Notion's API to manage my personal habit track.

Catalog onlyCatalog onlySTDIO

Overview

Notion-MCP is a simple MCP server that integrates with Notion's API to help users manage their personal habit tracking effectively.

To use Notion-MCP, set up the server and connect it to your Notion account. You can then track your habits directly through the Notion interface.

  • Integration with Notion's API for seamless habit tracking - User-friendly interface for managing habits - Customizable habit tracking options
  1. Tracking daily habits like exercise, reading, or meditation.
  2. Analyzing habit trends over time to improve personal productivity.
  3. Integrating habit tracking with other Notion databases for comprehensive personal management.

Add to your AI client

Use these steps to connect Notion MCP Client in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "notion-mcp-phoenine": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-notion-mcp-phoenine"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "notion-mcp-phoenine": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-notion-mcp-phoenine"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "notion-mcp-phoenine": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-notion-mcp-phoenine"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "notion-mcp-phoenine": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-notion-mcp-phoenine"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "notion-mcp-phoenine": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-notion-mcp-phoenine"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "notion-mcp-phoenine": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-notion-mcp-phoenine"
      ]
    }
  }
}

FAQ

Can I customize the habits I want to track?

Yes! Notion-MCP allows you to customize the habits according to your personal goals.

Is Notion-MCP free to use?

Yes! Notion-MCP is free to use, but you need a Notion account.

How does Notion-MCP ensure data privacy?

Notion-MCP uses secure API connections to ensure your data remains private and secure.