Content
# Notion MCP
## 기능
- 결제 수단 목록 조회
- 결제 수단 생성
- 카테고리 목록 조회
- 카테고리 생성
- 결제 내역 생성
## 시작하기
### Notion API Key
[Notion API Key](https://developers.notion.com/)를 생성해주세요.
### Notion 템플릿 구성
[Notion 초기 템플릿](https://www.notion.so/dev-js/1be9e25bddc380fe8d56ffac26a08965)을 개인 페이지에 복사해주세요.
### Claude Desktop & Notion MCP 사용법
우선, Notion MCP를 `claude_desktop_config.json` 파일에 아래와 같이 추가합니다.
```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 빌드:
```shell
docker build -t mcp/notion -f Dockerfile .
```
Connection Info
You Might Also Like
Vibe-Trading
Vibe-Trading: Your Personal Trading Agent
ai-berkshire
Berkshire in the AI Era: A Value Investment Research Framework Based on...
valuecell
Valuecell is a Python project for efficient data management.
stacklit
108,000 lines of code. 4,000 tokens of index. One command makes any repo...
Vera
Local code search combining BM25, vector similarity, and cross-encoder...
houtini-lm
Local or Cloud LLM support via MCP for your AI assistant with Houtini-LM -...