loading…
Search for a command to run...
loading…
Note Taking AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Note Taking AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Note Taking AI MCP Server — Note management tools.
Note Taking AI MCP Server — Note management tools.
| Tool | Description |
|---|---|
create_note |
Create a new note with title, content, optional comma-separated tags and categor |
search_notes |
Search notes by keyword. search_in: all, title, content, tags. |
summarize_notes |
Summarize notes. note_ids: comma-separated IDs or empty for all. Extracts key se |
export_markdown |
Export notes as Markdown. note_ids: comma-separated or empty for all. |
pip install meok-note-taking-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"note-taking-ai": {
"command": "python",
"args": ["-m", "meok_note_taking_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"note-taking-ai-mcp": {
"command": "npx",
"args": []
}
}
}