# MCP Server - Integrate freispace with your own LLM

Our freispace MCP server gives you the freedom to use any company-deployed AI model to query data within freispace.

For example, if your company uses Google Gemini, you can use the MCP server to integrate it with freispace and ask Gemini questions relating to your freispace data.

## What is an MCP Server?[​](#what-is-an-mcp-server "Direct link to What is an MCP Server?")

An MCP server is like a special API endpoint tailored towards the tool calling feature a lot of LLMs have. It allows your AI to interact with data in freispace.

## freispace MCP Server[​](#freispace-mcp-server "Direct link to freispace MCP Server")

Our MCP is `@freispace/mcp-server-analytics`

* NPM link: <https://www.npmjs.com/package/@freispace/mcp-server-analytics>
* Github link: <https://github.com/freispace/mcp-server-analytics>

## Example integrations[​](#example-integrations "Direct link to Example integrations")

Use the freispace MCP server to integrate with any LLM. For example:

* Google Gemini
* Microsoft Copilot
* ChatGPT
* Anthropic Claude
* Any self-hosted LLM that supports tool calling.

For step-by-step setup instructions for each of these clients, see [Adding freispace to your LLM](https://docs.freispace.com/docs/mcp-server/add-freispace.md).

Admins can control which team members have access to the MCP server and manage their secrets — see [Managing MCP Server Access](https://docs.freispace.com/docs/mcp-server/managing-access.md).
