Back to Apps

Quill
Supports UIby themagnificentronnie
Dynamically convert OpenAPI Specifications into MCP tools for LLMs.
0 stars
Works in:claude
Exposes:Tools
What it does
Translates OpenAPI Specification (OAS) documents into Model Context Protocol (MCP) tools on-the-fly, enabling LLMs to interact with any REST API that provides an OpenAPI spec without needing custom code for every integration.
Tools
load_manuscript: Loads a new OpenAPI spec from a URL or file.unload_manuscript: Removes a loaded API specification.list_tools: Lists all currently available tools derived from manuscripts.
Installation
{
"mcpServers": {
"quill": {
"command": "python",
"args": ["-m", "quill.main"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
python -m poetry run python -m quill.mainInformation
- Pricing
- free
- Published
- 6/22/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"quill": {
"command": "python",
"args": ["-m", "quill.main"]
}
}
}





