MCP server for AI agents to read, create, and update Outline docs. Connects to Outline's API for doc management. Useful for developers building AI assistants that need to interact with Outline documentation.
MCP server for AI agents to read, create, and update Outline docs. Connects to Outline's API for doc management. Useful for developers building AI assistants that need to interact with Outline documentation.
pip install mcp-outlineAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"vortiago-mcp-outline-github": {
"command": "uvx",
"args": [
"pip install mcp-outline"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp outline?"
API Key Required
This server requires an API key from mcp outline. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_OUTLINE_API_KEY | Yes | Your mcp outline API key |
"What resources are available in mcp outline?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp outline"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp outline with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.