Borough
Rank #1,058app.qwady/borough
MCP server providing borough capabilities
Borough is a Model Context Protocol (MCP) server published by jdmay2. It ranks #1,058 of 132,046 servers tracked on MCP Toplist, and its repository has 614 GitHub stars. Borough is listed on Official MCP, with 2 tracked versions. It was first listed on Feb 20, 2026 and most recently updated on Feb 20, 2026.
Ranks ahead of 130,988 of 132,046 servers on MCP Toplist.
Use Borough
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http borough https://borough.qwady.app/mcpclaude mcp add borough -e "BOROUGH_API_KEY=<your BOROUGH_API_KEY>" -- npx -y @borough/mcpReplace each placeholder with your own value before saving.
[mcp_servers.borough]
url = "https://borough.qwady.app/mcp"Add to ~/.codex/config.toml.
[mcp_servers.borough]
command = "npx"
args = ["-y", "@borough/mcp"]
[mcp_servers.borough.env]
BOROUGH_API_KEY = "<your BOROUGH_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://borough.qwady.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"borough": {
"command": "npx",
"args": [
"-y",
"@borough/mcp"
],
"env": {
"BOROUGH_API_KEY": "<your BOROUGH_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"borough": {
"url": "https://borough.qwady.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"borough": {
"command": "npx",
"args": [
"-y",
"@borough/mcp"
],
"env": {
"BOROUGH_API_KEY": "<your BOROUGH_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"borough": {
"type": "http",
"url": "https://borough.qwady.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"borough": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@borough/mcp"
],
"env": {
"BOROUGH_API_KEY": "<your BOROUGH_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"borough": {
"serverUrl": "https://borough.qwady.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"borough": {
"command": "npx",
"args": [
"-y",
"@borough/mcp"
],
"env": {
"BOROUGH_API_KEY": "<your BOROUGH_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"borough": {
"url": "https://borough.qwady.app/mcp"
}
}
}{
"mcpServers": {
"borough": {
"command": "npx",
"args": [
"-y",
"@borough/mcp"
],
"env": {
"BOROUGH_API_KEY": "<your BOROUGH_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/app.qwady%2Fborough)<a href="https://mcptoplist.com/server/app.qwady%2Fborough"><img src="https://mcptoplist.com/badge/app.qwady%2Fborough.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
jdmay2
Available versions (2)
| Version | Published |
|---|---|
| 1.1.0 | Feb 20, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Borough?
- Borough is maintained by jdmay2, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Borough listed on the Official MCP Registry?
- Yes — Borough is listed on the Official MCP Registry.
- How many versions does Borough have?
- MCP Toplist tracks 2 versions of Borough, most recently published on Feb 20, 2026.
- Where can I find the source code for Borough?
- The source code for Borough is hosted at github.com/jdmay2/borough.
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.