Fibery
ทางการPerform queries and entity operations in your Fibery workspace.
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.
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 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"
]
}
}
}
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Kone.vc
ผู้สนับสนุนMonetize your AI agent with contextual product recommendations
MCP Google Calendar Plus
A server for full Google Calendar management, including creating, updating, and deleting events. Requires Google OAuth2 authentication.
Splitwise MCP Server
Manage Splitwise expenses with plain English via Claude AI — add expenses, check balances, and settle up without opening the app.
Chompute Shopify Skills
Agent skills for Shopify automation: product/catalog workflows, store operations, and ecommerce tasks usable by Claude Code, Codex, and other SKILL.md-compatible coding agents.
MS-365 MCP Server
A containerized MCP server for Microsoft 365, featuring OAuth authentication and OpenTelemetry instrumentation for monitoring.
YOURLS-MCP
Integrates the YOURLS URL shortening service with Claude Desktop.
Fraud Detection Engine
中英双语 AI 欺诈文本检测引擎,可识别诈骗、钓鱼等风险,返回风险评分、判定和等级。
Autofill PDF
Autofill PDF is an MCP server that connects your Instafill.ai workspace to the Claude and ChatGPT MCP clients, allowing users to upload, search, and automatically fill PDF forms directly from chat.
Mercado Pago
Mercado Pago's official MCP server, offering tools to interact with our API, simplifying tasks and product integration.
HireBase
Interact with the HireBase Job API to manage job listings and applications.
CalmBoard.ai
MCP - Multi-purpose endpoint for AI agents to access CalmBoard's features and data. This MCP provides a comprehensive interface for AI agents to interact with CalmBoard's project/scrum/kanban board management functionalities and retrieve relevant data to provide insights and recommendations to users.