diff --git a/docs/docs/integrations/mcp.md b/docs/docs/integrations/mcp.md index aac25d4da..58f33a68e 100644 --- a/docs/docs/integrations/mcp.md +++ b/docs/docs/integrations/mcp.md @@ -10,6 +10,8 @@ for exposing tools to AI clients. Mellea integrates with MCP via [FastMCP](https://github.com/jlowin/fastmcp): wrap any Mellea function as an MCP tool and call it from Claude Desktop, Cursor, or any MCP-compatible client. +> Looking to **call** tools from an MCP server? See [MCP tools](../how-to/tools-and-agents#mcp-tools) in Tools and Agents. + **Prerequisites:** `pip install mellea`, `pip install "mcp[cli]"`, Ollama running locally. ## Creating an MCP server