shortcut-mcp-server
@madisonbullard
关于 shortcut-mcp-server
A Model Context Protocol server for Shortcut.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"shortcut-mcp-server": {
"command": "bun",
"args": [
"run",
"packages/mcp-server/src/index.ts"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is shortcut-mcp-server?
This server implements the Model Context Protocol to connect AI assistants with the Shortcut project management platform. It is intended for developers who want to enable AI-driven queries and actions on Shortcut data through MCP-compatible clients.
How to use shortcut-mcp-server?
Install dependencies with bun install and start the server with bun run packages/mcp-server/src/index.ts. The server requires Bun (v1.2.2 or later) to run.
Key features of shortcut-mcp-server?
—
Use cases of shortcut-mcp-server?
—
FAQ from shortcut-mcp-server
What runtime does shortcut-mcp-server require?
Bun v1.2.2 or later.
How do I install the server’s dependencies?
Run bun install in the project root.
How do I start the shortcut-mcp-server?
Run bun run packages/mcp-server/src/index.ts.
生产力 分类下的更多 MCP 服务器
MCPControl
CheffromspaceMCP server for Windows OS automation
Outlook Calendar MCP Tool
merajmehrabiA Model Context Protocol (MCP) server that allows Claude to access and manage your local Microsfot Outlook calendar (Windows only).
MCP SAP GUI Server
mario-andreschakMCP server that allows simple SAP GUI interaction for LLM models using simulated mouse clicks and keyboard input.
Task Manager MCP Server
tradesdontlieA task management MCP server that provides comprehensive project and task tracking capabilities
Google Calendar MCP Server
takumi0706Google Calendar MCP server for Claude Desktop integration
评论