Fibery MCP Server
OfficialThe Fibery MCP Server enables natural language interaction with your Fibery workspace through integration with LLM providers supporting the MCP protocol. With this server, you can:
Query entities in your Fibery workspace using natural language
Retrieve a list of all databases and get detailed descriptions of their structures
Create new entities or update existing ones within your databases
Perform batch operations to create multiple entities at once
Execute complex queries using the Fibery API for powerful data retrieval and filtering
Handle document fields by appending or replacing content during updates
Get the current date
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Fibery MCP Servershow me all projects with status 'in progress'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Deprecated
This local MCP server is deprecated. We support Remote MCP Server now, which can be connected via this url: https://mcp.fibery.io/mcp.
See the Fibery MCP Server guide for setup instructions.
This repository will no longer receive feature updates. Please migrate to the remote server.
Related MCP server: mcp-browser-use
Installation
If you still want to use this server...
Installing via Smithery
To install Fibery MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @Fibery-inc/fibery-mcp-server --client claudeInstalling via UV
Pre-requisites:
A Fibery account with an API token
Python 3.10 or higher
Installation Steps:
Install the tool using uv:
uv tool install fibery-mcp-serverThen, add this configuration to your MCP client config file. In Claude Desktop, you can access the 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"
]
}
}
}Note: If "uv" command does not work, try absolute path (i.e. /Users/username/.local/bin/uv)
For Development:
{
"mcpServers": {
"fibery-mcp-server": {
"command": "uv",
"args": [
"--directory",
"path/to/cloned/fibery-mcp-server",
"run",
"fibery-mcp-server",
"--fibery-host",
"your-domain.fibery.io",
"--fibery-api-token",
"your-api-token"
]
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Fibery-inc/fibery-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server