Jotsu MCP
@getjotsu
关于 Jotsu MCP
Workflow engine for executing Model Context Protocol (MCP) workflows. It provides a lightweight runtime for running AI-powered tasks across MCP-compatible servers with built-in support for authentication, resources, and tools. This package powers the Jotsu platform but can also b
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"jotsu-mcp": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Jotsu MCP?
Jotsu MCP is a general‑purpose Python library for implementing the Model Context Protocol (MCP) and creating workflows that use MCP tools, resources, and prompts. It is intended for developers who want to build and run MCP‑based workflows, especially with models that do not natively support MCP.
How to use Jotsu MCP?
Install the package with pip install jotsu-mcp[cli]. Use the CLI command jotsu-mcp workflow init to create a workflow.json file, then run it with jotsu-mcp workflow run ./workflow.json. Workflows are defined as JSON and can connect to MCP servers to call tools.
Key features of Jotsu MCP
- Implement MCP and create MCP workflows.
- Call tools from MCP servers in workflows.
- Use MCP with models other than Claude.
- CLI for init and run commands.
- Workflows defined in portable JSON format.
- Support for generic, application‑specific nodes.
Use cases of Jotsu MCP
- Build and run a workflow that calls a tool from a public MCP server.
- Integrate MCP tools into applications that do not yet support MCP natively.
- Debug or inspect MCP workflow outputs using generic output nodes.
- Chain multiple MCP server calls in a single workflow.
FAQ from Jotsu MCP
How do I install Jotsu MCP?
Run pip install jotsu-mcp[cli] to install the package including the CLI.
What file format does the workflow use?
Workflows are defined in a JSON file, by default named workflow.json.
Are there constraints on server IDs?
Yes, server IDs may only contain lowercase letters, numbers, :, _, or -.
Does the example Hello World server require authentication?
No, the publicly available Hello World server has no authentication.
Where does the workflow output appear?
When running a workflow, output consists of three messages: workflow start, node message, and workflow end. The final result appears in the result field of the workflow‑end node.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
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!
评论