Elfa MCP
Rank #6,637ai.elfa/mcp
Crypto social intelligence from X and Telegram, plus the Elfa Auto condition engine
Elfa MCP is a Model Context Protocol (MCP) server published by elfa-ai. It ranks #6,637 of 132,046 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Elfa MCP is listed across 3 registries — Official MCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Apr 3, 2025 and most recently updated on Aug 13, 2026.
Ranks ahead of 125,409 of 132,046 servers on MCP Toplist.
Use Elfa MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add elfa -e "ELFA_API_KEY=<your ELFA_API_KEY>" -e "ELFA_HMAC_SECRET=<your ELFA_HMAC_SECRET>" -- npx -y @elfa-ai/mcpReplace each placeholder with your own value before saving.
[mcp_servers.elfa]
command = "npx"
args = ["-y", "@elfa-ai/mcp"]
[mcp_servers.elfa.env]
ELFA_API_KEY = "<your ELFA_API_KEY>"
ELFA_HMAC_SECRET = "<your ELFA_HMAC_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"elfa": {
"command": "npx",
"args": [
"-y",
"@elfa-ai/mcp"
],
"env": {
"ELFA_API_KEY": "<your ELFA_API_KEY>",
"ELFA_HMAC_SECRET": "<your ELFA_HMAC_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"elfa": {
"command": "npx",
"args": [
"-y",
"@elfa-ai/mcp"
],
"env": {
"ELFA_API_KEY": "<your ELFA_API_KEY>",
"ELFA_HMAC_SECRET": "<your ELFA_HMAC_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"elfa": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@elfa-ai/mcp"
],
"env": {
"ELFA_API_KEY": "<your ELFA_API_KEY>",
"ELFA_HMAC_SECRET": "<your ELFA_HMAC_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"elfa": {
"command": "npx",
"args": [
"-y",
"@elfa-ai/mcp"
],
"env": {
"ELFA_API_KEY": "<your ELFA_API_KEY>",
"ELFA_HMAC_SECRET": "<your ELFA_HMAC_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"elfa": {
"command": "npx",
"args": [
"-y",
"@elfa-ai/mcp"
],
"env": {
"ELFA_API_KEY": "<your ELFA_API_KEY>",
"ELFA_HMAC_SECRET": "<your ELFA_HMAC_SECRET>"
}
}
}
}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/ai.elfa%2Fmcp)<a href="https://mcptoplist.com/server/ai.elfa%2Fmcp"><img src="https://mcptoplist.com/badge/ai.elfa%2Fmcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
elfa-ai
Available versions (2)
| Version | Published |
|---|---|
| 3.0.0 | Aug 13, 2026 |
| 2.0.0 | Aug 6, 2026 |
Frequently asked questions
- Who maintains Elfa MCP?
- Elfa MCP is maintained by elfa-ai, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Elfa MCP listed on the Official MCP Registry?
- Yes — Elfa MCP is listed on the Official MCP Registry, alongside mcp.so and Glama.
- How many versions does Elfa MCP have?
- MCP Toplist tracks 2 versions of Elfa MCP, most recently published on Aug 13, 2026.
- Where can I find the source code for Elfa MCP?
- The source code for Elfa MCP is hosted at github.com/elfa-ai/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.