by Fibery-inc
Enables natural‑language querying, creation, and updating of Fibery workspace entities via an MCP‑compatible LLM client.
Provides a bridge between a Fibery workspace and any LLM provider that supports the Model Context Protocol, allowing users to interact with Fibery data through conversational interfaces.
npx -y @smithery/cli install @Fibery-inc/fibery-mcp-server --client claude
) or install the Python tool with uv (uv tool install fibery-mcp-server
).list_databases
, describe_database
, query_database
, create_entity
, create_entities_batch
, and update_entity
.Q: Do I need a Fibery account? A: Yes, a Fibery workspace with an API token is required.
Q: Which LLM clients are supported? A: Any client that implements the MCP protocol, such as Claude for Desktop.
Q: Is Python required? A: The server runs as a Python tool (Python 3.10+). Installation via uv handles the environment automatically.
Q: Can I run the server locally? A: Absolutely. The command in the MCP config launches the server on your machine.
Q: How are credentials handled? A: Provide the API token either as a command‑line argument or via an environment variable in the config.
This MCP (Model Context Protocol) server provides integration between Fibery and any LLM provider supporting the MCP protocol (e.g., Claude for Desktop), allowing you to interact with your Fibery workspace using natural language.
To install Fibery MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @Fibery-inc/fibery-mcp-server --client claude
uv tool install fibery-mcp-server
{
"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"
]
}
}
}
list_databases
)Retrieves a list of all databases available in your Fibery workspace.
describe_database
)Provides a detailed breakdown of a specific database's structure, showing all fields with their titles, names, and types.
query_database
)Offers powerful, flexible access to your Fibery data through the Fibery API.
create_entity
)Creates new entities in your Fibery workspace with specified field values.
create_entities_batch
)Creates multiple new entities in your Fibery workspace with specified field values.
update_entity
)Updates existing entities in your Fibery workspace with new field values.
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "fibery-mcp-server": { "command": "uv", "args": [ "tool", "run", "fibery-mcp-server", "--fibery-host", "your-domain.fibery.io", "--fibery-api-token", "your-api-token" ], "env": {} } } }
Explore related MCPs that share similar capabilities and solve comparable challenges
by Skyvern-AI
Automates browser‑based workflows by leveraging large language models and computer‑vision techniques, turning natural‑language prompts into fully functional web interactions without writing custom scripts.
by ahujasid
Enables Claude AI to control Blender for prompt‑assisted 3D modeling, scene creation, and manipulation via a socket‑based Model Context Protocol server.
by PipedreamHQ
Connect APIs quickly with a free, hosted integration platform that enables event‑driven automations across 1,000+ services and supports custom code in Node.js, Python, Go, or Bash.
by elie222
Organizes email inbox, drafts replies in the user's tone, tracks follow‑ups, and provides analytics to achieve inbox zero quickly.
by grab
Enables Cursor AI to read and programmatically modify Figma designs through a Model Context Protocol integration.
by ahujasid
Enables Claude AI to control Ableton Live in real time, allowing AI‑driven creation, editing, and playback of tracks, clips, instruments, and effects through a socket‑based server.
by leonardsellem
Provides tools and resources to enable AI assistants to manage and execute n8n workflows via natural language commands.
by GongRzhe
Provides a Model Context Protocol server that enables AI assistants to send, read, search, and organize Gmail messages, supporting attachments, label and filter management, and automatic OAuth2 authentication.
by mario-andreschak
A unified platform that manages AI models, MCP servers, and complex workflows, offering secure key storage, visual flow building, and an interactive chat UI.