Coze Workflow
An MCP server to execute Coze workflows locally via a Python script.
在 claude 客户端上安装此 MCP Server
打开 Claude 配置文件 如果你电脑上有安装 VS Code: code ~/Library/Application\ Support/Claude/claude_desktop_config.json 如果你电脑上没有安装 VS Code: 可以执行: open ~/Library/Application\ Support/Claude/claude_desktop_config.json 如果文件不存在,先创建文件: touch ~/Library/Application\ Support/Claude/claude_desktop_config.json
将下列内容粘贴到 Claude 配置文件中:
{
"mcpServers": {
"coze-workflow": {
"command": "uv",
"args": [
"--directory",
"/Users/username/projects/coze-mcp",
"run",
"coze_workflow.py"
]
}
}
}
在 cursor 中安装此 MCP Server
在 cursor mcp 配置中,类型选择 command,command 中贴入以下内容:
uv --directory /Users/username/projects/coze-mcp run coze_workflow.py
Máy chủ liên quan
context-distill
context-distill is an MCP server that compresses noisy command output into precise, actionable summaries for LLM workflows. Use distill_batch for large logs and distill_watch for cycle-to-cycle deltas. Built with Go, Cobra, Viper, and DI for reliable local and provider-backed distillation.
Calculate MCP
Enables LLMs to perform basic calculations using a calculator interface.
Jira MCP Server by CData
A read-only MCP server for Jira, enabling LLMs to query live Jira data using the CData JDBC Driver.
Stitch MCP
The Stitch MCP server enables AI assistants to interact with Stitch for vibe design: generating UI designs from text and images, and accessing project and screen details.
HWP-MCP (한글 Model Context Protocol)
Control the Korean word processor HWP with AI for automated document creation, editing, and manipulation.
Flomo
Create notes in Flomo through AI chat interactions in Cursor or Claude desktop.
AI Tutor
An AI-powered tutor for higher education that supports both Claude and OpenAI models through MCP.
MCP Mistral OCR
Perform OCR on local files and URLs (images, PDFs) using the Mistral AI API.
Rememberizer
Interact with Rememberizer's document and knowledge management API to search, retrieve, and manage documents.
Spotify MCP Server
Control Spotify with natural language. Enables search, playback control, queue management, and device control using conversational commands.