> ## Documentation Index
> Fetch the complete documentation index at: https://docs.infino.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Infino MCP server integration

> Expose Infino retrieval (keyword, vector, hybrid, and SQL) to any Model Context Protocol client, including Claude Desktop, Cursor, and VS Code.

The [`@infino-ai/mcp-server`](https://www.npmjs.com/package/@infino-ai/mcp-server)
package is a [Model Context Protocol](https://modelcontextprotocol.io) server for
Infino. It exposes keyword, vector, hybrid, and SQL retrieval (plus write tools) to any
MCP client, including Claude, Cursor, and others.

```bash theme={null}
npx -y @infino-ai/mcp-server
```

Point your MCP client at the `infino-mcp` command. The tool descriptions are written so
the model picks the right retrieval mode by question shape (keyword ↔ semantic ↔
hybrid). See the [infino-mcp repository](https://github.com/infino-ai/infino-mcp) for the
full tool list and client configuration.

## See also

* [Quickstart](/quickstart)
* [All integrations](/integrations)
* [Vercel AI SDK](/integrations/ai-sdk)
