Fibery MCP Server
@Fibery-inc
About Fibery MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fibery-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@Fibery-inc/fibery-mcp-server",
"--client",
"claude"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Fibery MCP Server?
Fibery MCP Server is a deprecated local MCP server that connects AI assistants (like Claude) to a Fibery workspace via the Model Context Protocol. It requires a Fibery account with an API token and is intended for users who want to interact with their Fibery data through MCP-enabled clients.
How to use Fibery MCP Server?
Install the server using uv tool install fibery-mcp-server (or via Smitherly), then configure your MCP client (e.g., Claude Desktop) with the required --fibery-host and --fibery-api-token arguments. Add the server configuration to your MCP client config file under mcpServers.
Key features of Fibery MCP Server
- Deprecated; use the remote server at
https://mcp.fibery.io/mcp. - Installed via
uvor Smitherly. - Requires Python 3.10 or higher.
- Connects to a Fibery account using an API token.
- Provides a local MCP server for AI assistants.
Use cases of Fibery MCP Server
—
FAQ from Fibery MCP Server
Is this server deprecated?
Yes, this local MCP server is deprecated. Fibery now supports a Remote MCP Server at https://mcp.fibery.io/mcp. You should migrate to the remote server for future updates.
What are the prerequisites for installation?
You need a Fibery account with an API token, Python 3.10 or higher, and the uv tool installed.
How do I configure the server for Claude Desktop?
Add the following to your MCP client config file (accessible via Settings → Developer → Edit Config in Claude Desktop):
{
"mcpServers": {
"fibery-mcp-server": {
"command": "uv",
"args": [
"tool",
"run",
"fibery-mcp-server",
"--fibery-host",
"your-domain.fibery.io",
"--fibery-api-token",
"your-api-token"
]
}
}
}
Where can I find setup instructions?
See the Fibery MCP Server guide for detailed setup instructions.
Frequently asked questions
Is this server deprecated?
Yes, this local MCP server is deprecated. Fibery now supports a Remote MCP Server at `https://mcp.fibery.io/mcp`. You should migrate to the remote server for future updates.
What are the prerequisites for installation?
You need a Fibery account with an API token, Python 3.10 or higher, and the `uv` tool installed.
How do I configure the server for Claude Desktop?
Add the following to your MCP client config file (accessible via Settings → Developer → Edit Config in Claude Desktop): ```json { "mcpServers": { "fibery-mcp-server": { "command": "uv", "args": [ "tool", "run", "fibery-mcp-server", "--fibery-host", "your-domain.fibery.io", "--fibery-api-token", "your-api-token" ] } } } ```
Where can I find setup instructions?
See the [Fibery MCP Server guide](https://the.fibery.io/@public/User_Guide/Guide/Fibery-MCP-Server-401) for detailed setup instructions.
Basic information
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Blender
ahujasidOpen-source MCP to use Blender with any LLM

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments