Connect Fibery with AI agents using Model Context Protocol (MCP). Seamlessly integrate Fibery tools and actions into Claude, Cursor, Windsurf, and other AI applications for enhanced workflow automation.
Work Management tools for AI automation
Install Fibery MCP server in minutes. Choose your AI platform: Cursor, Claude Desktop, Windsurf, or use HTTP endpoint for custom integrations. Follow our step-by-step guide to connect Fibery with your AI agent.
Explore other MCP integrations: Gmail MCP, Notion MCP, GitHub MCP, Linear MCP, Slack MCP, Google Sheets MCP, and 100+ more AI agent tools.
Fibery is a work management platform designed to help teams collaborate, organize information, and manage their workflows.
16
2385
Work Management
Paste and run this command in your terminal to set up Cursor with MCP
After running the command, restart Cursor to start using the MCP Server.
Tool to delete a specific custom app endpoint. Use after confirming the app and endpoint IDs to remove.
Tool to delete a specific Fibery entity by its ID. Use when you have verified the entity exists and have its GUID. Deletion is irreversible.
Tool to delete a specific file. Use when you need to remove a file from Fibery by its ID.
Tool to execute GraphQL queries or mutations against a Fibery space. Use when you need to fetch or modify Fibery data via the GraphQL API.
Tool to validate existing Fibery personal API token by performing a real API call. If the call succeeds, returns the token value extracted from the Authorization header. Use the returned token in the `Authorization: Token <value>` header for further calls.
Tool to retrieve application information. Use when you need the version, name, description, authentication methods, and available data sources before further operations.
Tool to list custom app endpoints. Use when you need the available custom endpoints for a given app before invoking them.
Tool to list all custom apps in the Fibery workspace. Use when you need the identifiers of all custom apps.
Tool to query Fibery entities. Use after specifying type and fields; supports optional filters and pagination.
Tool to retrieve detailed info of a specific Fibery entity by its ID. Uses Fibery Commands API (fibery.entity/query) filtered by fibery/id with q/limit = 1.
Tool to retrieve a file by its secret or id. Prefer the file secret to download raw bytes. Returns the file content, MIME type, and original filename if available.
Tool to retrieve the GraphQL schema for the current workspace. Uses standard GraphQL introspection.
Tool to retrieve the current user's UI preferences. Use after authentication to tailor UI to user settings.
Tool to refresh an access token using a refresh token. Use when the current access token has expired and a valid refresh token is available.
Tool to authenticate with Fibery using resource owner password credentials. Use when you need an access token by providing username and password. Include the returned token in the `Authorization: Token <access_token>` header for subsequent API calls.
Tool to create a new Fibery entity. Use when you have prepared all necessary field values and need to persist a new record. Example: Create a 'Project/Task' with title and assignee.
Tool to fetch data from a specified source. Use after specifying the source and optional filters.
Tool to return the count of records for a given Fibery type (source). Uses Fibery commands API and returns the total number of entities of the type.
Tool to fetch options for a datalist filter field. Use after retrieving field metadata to build dynamic filters.
Tool to fetch predefined data schema. Use after authenticating when mapping and integrating Fibery data.
20 actions available