mcp-server-agenda
@alexgoller
关于 mcp-server-agenda
A model context protocol server to interface the agenda note taking software using x-callback-url
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-agenda": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-server-agenda?
mcp-server-agenda is a server implementation for interacting with the Agenda app on macOS through Claude AI. It provides tools to create notes, manage projects, and open existing notes in Agenda using x-callback-urls.
How to use mcp-server-agenda?
Clone the repository, install dependencies with uv, and configure Claude Desktop by adding the command and args to claude_desktop_config.json. Once set up, Claude can invoke actions such as create-note, open-note, and create-project.
Key features of mcp-server-agenda
- Create notes with various options (title, text, dates, templates)
- Create and manage projects within Agenda
- Open existing notes directly from Claude
- Full support for Agenda’s x-callback-url scheme
- Requires macOS, Python 3.7+, and the Agenda app
Use cases of mcp-server-agenda
- AI-assisted note creation and project management in Agenda
- Quickly open existing Agenda notes through Claude conversations
- Automate note-taking tasks using natural language commands
FAQ from mcp-server-agenda
What are the system requirements?
macOS, Python 3.7+, the Agenda app installed, and the uv Python package installer.
How do I configure Claude Desktop to use this server?
Add the following JSON to $HOME/Library/Application Support/Claude/claude_desktop_config.json: {"mcp-server-agenda": {"command": "uv", "args": ["--directory", "/path/to/your/repo", "run", "mcp-server-agenda"]}}. Replace /path/to/your/repo with your actual home directory path.
What actions does the server support?
It supports create-note, open-note, and create-project via Agenda’s x-callback-url scheme.
How do I install mcp-server-agenda?
Clone the repository, create a pyproject.toml file with required dependencies, then run uv pip install -e . from the project root.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Awesome Mlops
visengerA curated list of references for MLOps
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论