The Fibery MCP Server integrates Fibery with LLMs via the MCP protocol, enabling natural language interaction with your workspace. Users can query, create, and update Fibery entities conversationally.
This MCP (Model Context Protocol) server facilitates integration between Fibery and LLM providers supporting the MCP protocol, such as Claude for Desktop, enabling natural language interaction with your Fibery workspace.
uv tool install fibery-mcp-server
Add this configuration to your MCP client config file (e.g., Claude Desktop's config in Settings -> Developer -> Edit Config):
{
"mcpServers": {
"fibery-mcp-server": {
"command": "uv",
"args": [
"tool",
"run",
"fibery-mcp-server",
"--fibery-host",
"your-domain.fibery.io",
"--fibery-api-token",
"your-api-token"
]
}
}
}
Fibery-inc/fibery-mcp-server
March 13, 2025
March 24, 2025
Python