mcp-todo
An MCP server that integrates with the mcp-todo app to manage tasks and memos through natural language. It allows users to list, create, update, and delete todos and notes using a Workspace ID.
README
mcp-todo MCP Server
mcp-todo 앱의 Todo/Memo API를 MCP (Model Context Protocol)로 연결하는 서버입니다.
설치
npm install -g mcp-todo-app-server
환경 변수
| 변수 | 필수 | 설명 |
|---|---|---|
MCP_TODO_WORKSPACE_ID |
필수 | mcp-todo 앱에서 발급받은 Workspace ID |
MCP_TODO_API_URL |
선택 | API URL (기본값 설정됨) |
Claude Desktop 앱에서 사용하기
~/Library/Application Support/Claude/claude_desktop_config.json 파일을 열고 (없으면 생성):
{
"mcpServers": {
"mcp-todo": {
"command": "npx",
"args": ["-y", "mcp-todo-app-server"],
"env": {
"MCP_TODO_WORKSPACE_ID": "여기에-워크스페이스-ID-입력"
}
}
}
}
설정 후 Claude Desktop 앱을 재시작하세요.
Claude Code (CLI)에서 사용하기
~/.claude/settings.json 파일에 추가:
{
"mcpServers": {
"mcp-todo": {
"command": "npx",
"args": ["-y", "mcp-todo-app-server"],
"env": {
"MCP_TODO_WORKSPACE_ID": "여기에-워크스페이스-ID-입력"
}
}
}
}
사용 가능한 Tools
Todo 관련
| Tool | 설명 |
|---|---|
list_todos |
일정 목록 조회 (카테고리, 날짜 필터 가능) |
create_todo |
새 일정 생성 |
update_todo |
일정 수정 |
delete_todo |
일정 삭제 |
Memo 관련
| Tool | 설명 |
|---|---|
list_memos |
메모 목록 조회 |
get_memo |
메모 상세 조회 |
create_memo |
새 메모 생성 |
update_memo |
메모 수정 |
delete_memo |
메모 삭제 |
사용 예시
Claude에게 다음과 같이 요청할 수 있습니다:
- "오늘 할 일 목록 보여줘"
- "내일 14시에 '팀 미팅' 일정 추가해줘"
- "'회의록' 제목으로 새 메모 만들어줘"
- "일정 완료 처리해줘"
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.