Biel.ai
@techdocsStudio
About Biel.ai
Chat with any product's documentation from Claude, Cursor, Copilot, or any MCP client. Biel.ai turns technical docs into a queryable MCP server with accurate, sourced answers.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"biel-ai": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.biel.ai/v2/<YOUR_PROJECT_SLUG>/mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Biel.ai?
Biel.ai is an MCP server that lets developers chat with product technical documentation directly from AI coding tools like Claude Desktop, Claude Code, Cursor, GitHub Copilot, Windsurf, and Cline. It answers natural-language questions with accurate responses, code snippets, and source links drawn from indexed documentation.
How to use Biel.ai?
Add the Biel.ai MCP server to your MCP client config as a streamable HTTP endpoint at https://mcp.biel.ai/v2/YOUR_PROJECT_SLUG/mcp, substituting your project slug. For private documentation, append ?api_key=YOUR_KEY. Clients without native remote MCP support can use the npx mcp-remote wrapper.
Key features of Biel.ai
- Natural language questions with code snippets and source links
- Parses OpenAPI specs, config examples, and error messages as structured data
- Hosted service — no local installation required
- Connects via streamable HTTP
- Also provides embeddable chat, Slack/Discord/Teams bots, and a REST API
- Self-hosted MCP server available on GitHub
Use cases of Biel.ai
- Ask “how do I authenticate?” and get steps pulled directly from your product’s docs
- Troubleshoot errors like “why am I getting a 401” with contextual answers
- Integrate docs into any AI coding tool without copy-pasting documentation
FAQ from Biel.ai
How is Biel.ai different from a generic AI chat?
Biel.ai is built specifically for technical documentation — it parses OpenAPI specs, code blocks, configuration examples, and error messages as structured information, not flat text.
What runtime or installation is required?
None. Biel.ai is a hosted service that uses streamable HTTP transport. A self-hosted MCP server is also available from the Biel.ai GitHub repository.
How does authentication work?
For public projects, replace YOUR_PROJECT_SLUG in the URL. For private projects, append ?api_key=YOUR_KEY to the endpoint URL.
Can I use Biel.ai without a native remote MCP client?
Yes. Clients without remote MCP support can run npx mcp-remote with the same endpoint URL in their config.
Where does the documentation data live?
Data is indexed and served from Biel.ai’s hosted platform. Private projects require an API key for access.
More AI & Agents MCP servers
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Comments