BeeL
Rank #8,385io.github.beel-es/beel-mcp
Spanish e-invoicing with VeriFactu (AEAT): issue invoices, manage customers, validate NIFs.
BeeL is a Model Context Protocol (MCP) server published by beel-es. It ranks #8,385 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. BeeL is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Aug 24, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 123,661 of 132,046 servers on MCP Toplist.
Use BeeL
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http beel-mcp https://mcp.beel.es/mcpclaude mcp add beel-mcp -e "BEEL_API_KEY=<your BEEL_API_KEY>" -e "BEEL_ENV=<your BEEL_ENV>" -- npx -y @beel_es/mcpReplace each placeholder with your own value before saving.
[mcp_servers.beel-mcp]
url = "https://mcp.beel.es/mcp"Add to ~/.codex/config.toml.
[mcp_servers.beel-mcp]
command = "npx"
args = ["-y", "@beel_es/mcp"]
[mcp_servers.beel-mcp.env]
BEEL_API_KEY = "<your BEEL_API_KEY>"
BEEL_ENV = "<your BEEL_ENV>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.beel.es/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"beel-mcp": {
"command": "npx",
"args": [
"-y",
"@beel_es/mcp"
],
"env": {
"BEEL_API_KEY": "<your BEEL_API_KEY>",
"BEEL_ENV": "<your BEEL_ENV>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"beel-mcp": {
"url": "https://mcp.beel.es/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"beel-mcp": {
"command": "npx",
"args": [
"-y",
"@beel_es/mcp"
],
"env": {
"BEEL_API_KEY": "<your BEEL_API_KEY>",
"BEEL_ENV": "<your BEEL_ENV>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"beel-mcp": {
"type": "http",
"url": "https://mcp.beel.es/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"beel-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@beel_es/mcp"
],
"env": {
"BEEL_API_KEY": "<your BEEL_API_KEY>",
"BEEL_ENV": "<your BEEL_ENV>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"beel-mcp": {
"serverUrl": "https://mcp.beel.es/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"beel-mcp": {
"command": "npx",
"args": [
"-y",
"@beel_es/mcp"
],
"env": {
"BEEL_API_KEY": "<your BEEL_API_KEY>",
"BEEL_ENV": "<your BEEL_ENV>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"beel-mcp": {
"url": "https://mcp.beel.es/mcp"
}
}
}{
"mcpServers": {
"beel-mcp": {
"command": "npx",
"args": [
"-y",
"@beel_es/mcp"
],
"env": {
"BEEL_API_KEY": "<your BEEL_API_KEY>",
"BEEL_ENV": "<your BEEL_ENV>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.beel-es%2Fbeel-mcp)<a href="https://mcptoplist.com/server/io.github.beel-es%2Fbeel-mcp"><img src="https://mcptoplist.com/badge/io.github.beel-es%2Fbeel-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
beel-es
Available versions (4)
| Version | Published |
|---|---|
| 0.5.0 | Aug 30, 2026 |
| 0.4.2 | Aug 30, 2026 |
| 0.4.1 | Aug 29, 2026 |
| 0.3.1 | Aug 24, 2026 |
Frequently asked questions
- Who maintains BeeL?
- BeeL is maintained by beel-es, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is BeeL listed on the Official MCP Registry?
- Yes — BeeL is listed on the Official MCP Registry, alongside Glama.
- How many versions does BeeL have?
- MCP Toplist tracks 4 versions of BeeL, most recently published on Aug 30, 2026.
- Where can I find the source code for BeeL?
- The source code for BeeL is hosted at github.com/beel-es/beel-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.