MCP ExplorerExplorer

Notion Finance Mcp

@iai6203on 12 days ago
1 MIT
FreeCommunity
AI Systems
#mcp#notion
Notion 가계부 MCP

Overview

What is Notion Finance Mcp

notion-finance-mcp is a financial management tool integrated with Notion, allowing users to manage payment methods, categories, and transaction records efficiently.

Use cases

Use cases include managing personal expenses, tracking monthly budgets, and organizing financial data in a structured manner.

How to use

To use notion-finance-mcp, generate a Notion API Key, set up the Notion template, and configure the MCP server in the ‘claude_desktop_config.json’ file with the necessary environment variables. Finally, build the Docker image to run the server.

Key features

Key features include viewing and creating payment methods, viewing and creating categories, and generating transaction records.

Where to use

notion-finance-mcp can be used in personal finance management, budgeting, and expense tracking within the Notion platform.

Content

Notion MCP

기능

  • 결제 수단 목록 조회
  • 결제 수단 생성
  • 카테고리 목록 조회
  • 카테고리 생성
  • 결제 내역 생성

시작하기

Notion API Key

Notion API Key를 생성해주세요.

Notion 템플릿 구성

Notion 초기 템플릿을 개인 페이지에 복사해주세요.

Claude Desktop & Notion MCP 사용법

우선, Notion MCP를 claude_desktop_config.json 파일에 아래와 같이 추가합니다.

{
  "mcpServers": {
    "notion": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "NOTION_API_KEY",
        "-e",
        "NOTION_PAYMENT_METHOD_DATABASE_ID",
        "-e",
        "NOTION_CATEGORY_DATABASE_ID",
        "-e",
        "NOTION_TRANSACTION_DATABASE_ID",
        "mcp/notion"
      ],
      "env": {
        "NOTION_API_KEY": "<YOUR_NOTION_API_KEY>",
        "NOTION_PAYMENT_METHOD_DATABASE_ID": "<YOUR_NOTION_PAYMENT_METHOD_DATABASE_ID>",
        "NOTION_CATEGORY_DATABASE_ID": "<YOUR_NOTION_CATEGORY_DATABASE_ID>",
        "NOTION_TRANSACTION_DATABASE_ID": "<YOUR_NOTION_TRANSACTION_DATABASE_ID>"
      }
    }
  }
}

Docker 이미지 빌드

Docker 빌드:

docker build -t mcp/notion -f Dockerfile .

Tools

No tools

Comments