Fibery
oficialPerform queries and entity operations in your Fibery workspace.
Fibery MCP Server
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.
✨ Features
- Query Fibery entities using natural language
- Get information about your Fibery databases and their fields
- Create and update Fibery entities through conversational interfaces
📦 Installation
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 claude
Installing via UV
Pre-requisites:
- A Fibery account with an API token
- Python 3.10 or higher
- uv
Installation Steps:
- Install the tool using uv:
uv tool install fibery-mcp-server
- Then, 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"
]
}
}
}
🚀 Available Tools
1. List Databases (list_databases)
Retrieves a list of all databases available in your Fibery workspace.
2. Describe Database (describe_database)
Provides a detailed breakdown of a specific database's structure, showing all fields with their titles, names, and types.
3. Query Database (query_database)
Offers powerful, flexible access to your Fibery data through the Fibery API.
4. Create Entity (create_entity)
Creates new entities in your Fibery workspace with specified field values.
5. Create Entities (create_entities_batch)
Creates multiple new entities in your Fibery workspace with specified field values.
6. Update Entity (update_entity)
Updates existing entities in your Fibery workspace with new field values.
Servidores relacionados
Kone.vc
patrocinadorMonetize your AI agent with contextual product recommendations
Toleno Network
Toleno Network MCP Server — Control your Toleno mining account directly from Claude AI using natural language.
Fintable MCP
Unofficial MCP server for fintable.io — manage financial categories, rules, and transactions through AI assistants instead of clicking through multi-step wizards.
Jotform
An MCP server which brings Jotform to your AI client or LLM
NotebookLM MCP Server
Let your CLI agents (Claude, Cursor, Codex...) chat directly with NotebookLM for zero-hallucination answers based on your own notebooks
Deckbuilder
Generate intelligent PowerPoint presentations using a content-first design philosophy.
physbound
PhysBound is a specialized "Physics Linter" for AI that deterministically validates RF and thermodynamic claims against hard physical limits, preventing hallucinations in engineering workflows.
Feishu/Lark OpenAPI
Connect AI agents to Feishu/Lark APIs for automating tasks like document processing, conversation management, and calendar scheduling.
Umami MCP Server
Integrate Umami Analytics with any MCP client like Claude Desktop, VS Code, and more.
Jira MCP
MCP server for connecting AI assistants to your own Jira instance
Feishu/Lark OpenAPI
Connect AI agents with the Feishu/Lark platform for automation, including document processing, conversation management, and calendar scheduling.