@archbee/mcp
This is a Model Context Protocol (MCP) server for interacting with the Archbee API. This server provides tools to read, search and list Archbee documents from your space using Large Language Models.
This MCP server integrates with the Archbee API, allowing Large Language Models (LLMs) to interact with your Archbee documents. It provides tools to read, search, and list documents from your Archbee space.
To use this server, you need to configure it in your claude_desktop_config.json or .cursor/mcp.json file. Essential environment variables include API_BASE and API_KEY (obtained from Archbee Space Settings), or alternatively SPACE_ID and API_KEY for internal spaces. Ensure your Archbee space is published with the provided API key.
Installation is done via npm: npm i @archbee/mcp. Once installed, you can run it as a stdio MCP server, typically using npx -y @archbee/mcp.
Recommend MCP Servers 💡
@line/line-bot-mcp-server
MCP server that integrates the LINE Messaging API to connect an AI Agent to the LINE Official Account.
sneharao/wheather-mcp-server
A custom weather MCP server that provides weather alerts and information through Claude Desktop by location prompts.
memcord
AI Memory Management for Claude Desktop, providing intelligent summarization, search, and organization of chat history as a self-hosted MCP server.
opencv-mcp-server
An MCP server that provides powerful OpenCV computer vision capabilities for AI assistants, enabling image and video processing, object detection, and tracking.
attilad/bgg-mcp-server
An MCP server integrating with BoardGameGeek XML API to enable Claude to search games, retrieve details, and access user collections/plays
firecrawl-mcp
Official Firecrawl MCP Server for web scraping integration with LLMs.