Documentation
¶
Overview ¶
loom-mcp is a lightweight MCP (Model Context Protocol) server that bridges between MCP clients (like Claude Desktop, VS Code) and a running Loom server.
It communicates with MCP clients over stdio (JSON-RPC) and connects to a running looms server via gRPC. All Loom capabilities are exposed as MCP tools, and MCP Apps UI resources (like the conversation viewer) are served as resources.
Usage:
loom-mcp --grpc-addr localhost:60051
Claude Desktop configuration (claude_desktop_config.json):
{
"mcpServers": {
"loom": {
"command": "/path/to/loom-mcp",
"args": ["--grpc-addr", "localhost:60051"]
}
}
}
Click to show internal directories.
Click to hide internal directories.