{"type":"mcp_server","name":"fibery-mcp-server","description":"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.","category":"Productivity","language":"Python","stars":29,"forks":0,"owner":"Fibery-inc","github_url":"https://github.com/Fibery-inc/fibery-mcp-server","homepage":null,"setup":"## Setup\n\n### Prerequisites\n\n- A Fibery account with an API token\n- Python 3.10 or higher\n- [uv](https://github.com/astral-sh/uv)\n\n```bash\nuv tool install fibery-mcp-server\n```\n\n## MCP Integration\nAdd this configuration to your MCP client config file.\n\nIn Claude Desktop, you can access the config in **Settings â Developer â Edit Config**:\n```json\n{\n    \"mcpServers\": {\n        \"fibery-mcp-server\": {\n            \"command\": \"uv\",\n            \"args\": [\n                 \"tool\",\n                 \"run\",\n                 \"fibery-mcp-server\",\n                 \"--fibery-host\",\n                 \"your-domain.fibery.io\",\n                 \"--fibery-api-token\",\n                 \"your-api-token\"\n            ]\n        }\n    }\n}\n```\nNote: If \"uv\" command does not work, try absolute path (i.e. /Users/username/.local/bin/uv)\n\n**For Development:**\n\n```json\n{\n    \"mcpServers\": {\n        \"arxiv-mcp-server\": {\n            \"command\": \"uv\",\n            \"args\": [\n                \"--directory\",\n                \"path/to/cloned/fibery-mcp-server\",\n                \"run\",\n                \"fibery-mcp-server\",\n                \"--fibery-host\",\n                 \"your-domain.fibery.io\",\n                 \"--fibery-api-token\",\n                 \"your-api-token\"\n            ]\n        }\n    }\n}\n```","tools":"## Available Tools\n\n1.  List Databases (`list_databases`) (Retrieves a list of all databases available in your Fibery workspace.)\n2.  Describe Database (`describe_database`) (Provides a detailed breakdown of a specific database's structure, showing all fields with their titles, names, and types.)\n3.  Query Database (`query_database`) (Offers powerful, flexible access to your Fibery data through the Fibery API.)\n4.  Create Entity (`create_entity`) (Creates new entities in your Fibery workspace with specified field values.)\n5.  Update Entity (`update_entity`) (Updates existing entities in your Fibery workspace with new field values.)","faq":null,"created_at":"2025-03-13T09:34:09+00:00","updated_at":"2025-03-24T22:35:31+00:00","source_url":"https://model-context-protocol.com/servers/fibery-llm-natural-language-workspace-integration","related_articles":[]}