@inbin/mcp
Rank #37,448io.github.yaotsakpo/inbin
Query Inbin's parsed email events (newsletters, invoices, alerts) as typed JSON tools.
@inbin/mcp is a Model Context Protocol (MCP) server published by yaotsakpo. It ranks #37,448 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. @inbin/mcp is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jul 24, 2026 and most recently updated on Jul 25, 2026.
Ranks ahead of 78,143 of 115,591 servers on MCP Toplist.
Use @inbin/mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http inbin https://api.inbin.dev/mcpclaude mcp add inbin -e "INBIN_API_KEY=<your INBIN_API_KEY>" -- npx -y @inbin/mcpReplace each placeholder with your own value before saving.
[mcp_servers.inbin]
url = "https://api.inbin.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.inbin]
command = "npx"
args = ["-y", "@inbin/mcp"]
[mcp_servers.inbin.env]
INBIN_API_KEY = "<your INBIN_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.inbin.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"inbin": {
"command": "npx",
"args": [
"-y",
"@inbin/mcp"
],
"env": {
"INBIN_API_KEY": "<your INBIN_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"inbin": {
"url": "https://api.inbin.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"inbin": {
"command": "npx",
"args": [
"-y",
"@inbin/mcp"
],
"env": {
"INBIN_API_KEY": "<your INBIN_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"inbin": {
"type": "http",
"url": "https://api.inbin.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"inbin": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@inbin/mcp"
],
"env": {
"INBIN_API_KEY": "<your INBIN_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"inbin": {
"serverUrl": "https://api.inbin.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"inbin": {
"command": "npx",
"args": [
"-y",
"@inbin/mcp"
],
"env": {
"INBIN_API_KEY": "<your INBIN_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"inbin": {
"url": "https://api.inbin.dev/mcp"
}
}
}{
"mcpServers": {
"inbin": {
"command": "npx",
"args": [
"-y",
"@inbin/mcp"
],
"env": {
"INBIN_API_KEY": "<your INBIN_API_KEY>"
}
}
}
}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.yaotsakpo%2Finbin)<a href="https://mcptoplist.com/server/io.github.yaotsakpo%2Finbin"><img src="https://mcptoplist.com/badge/io.github.yaotsakpo%2Finbin.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
yaotsakpo
Other servers by yaotsakpo
View all yaotsakpo servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Jul 25, 2026 |
| 0.1.1 | Jul 24, 2026 |
Frequently asked questions
- Who maintains @inbin/mcp?
- @inbin/mcp is maintained by yaotsakpo, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is @inbin/mcp listed on the Official MCP Registry?
- Yes — @inbin/mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does @inbin/mcp have?
- MCP Toplist tracks 2 versions of @inbin/mcp, most recently published on Jul 25, 2026.
- Where can I find the source code for @inbin/mcp?
- The source code for @inbin/mcp is hosted at github.com/yaotsakpo/inbin-mcp.