BulkPublish
Rank #19,994io.github.azeemkafridi/bulkpublish
Publish, schedule, and manage social media across 11 platforms via MCP.
BulkPublish is a Model Context Protocol (MCP) server published by azeemkafridi. It ranks #19,994 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. BulkPublish is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 8, 2026 and most recently updated on Apr 11, 2026.
Ranks ahead of 95,466 of 115,460 servers on MCP Toplist.
Use BulkPublish
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add bulkpublish -e "BULKPUBLISH_API_KEY=<your BULKPUBLISH_API_KEY>" -- npx -y @bulkpublish/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.bulkpublish]
command = "npx"
args = ["-y", "@bulkpublish/mcp-server"]
[mcp_servers.bulkpublish.env]
BULKPUBLISH_API_KEY = "<your BULKPUBLISH_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bulkpublish": {
"command": "npx",
"args": [
"-y",
"@bulkpublish/mcp-server"
],
"env": {
"BULKPUBLISH_API_KEY": "<your BULKPUBLISH_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bulkpublish": {
"command": "npx",
"args": [
"-y",
"@bulkpublish/mcp-server"
],
"env": {
"BULKPUBLISH_API_KEY": "<your BULKPUBLISH_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"bulkpublish": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bulkpublish/mcp-server"
],
"env": {
"BULKPUBLISH_API_KEY": "<your BULKPUBLISH_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bulkpublish": {
"command": "npx",
"args": [
"-y",
"@bulkpublish/mcp-server"
],
"env": {
"BULKPUBLISH_API_KEY": "<your BULKPUBLISH_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bulkpublish": {
"command": "npx",
"args": [
"-y",
"@bulkpublish/mcp-server"
],
"env": {
"BULKPUBLISH_API_KEY": "<your BULKPUBLISH_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.azeemkafridi%2Fbulkpublish)<a href="https://mcptoplist.com/server/io.github.azeemkafridi%2Fbulkpublish"><img src="https://mcptoplist.com/badge/io.github.azeemkafridi%2Fbulkpublish.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
azeemkafridi
Available versions (1)
| Version | Published |
|---|---|
| 1.1.2 | Apr 11, 2026 |
Frequently asked questions
- Who maintains BulkPublish?
- BulkPublish is maintained by azeemkafridi, which publishes 4 MCP servers (1 total version) tracked on MCP Toplist.
- Is BulkPublish listed on the Official MCP Registry?
- Yes — BulkPublish is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does BulkPublish have?
- MCP Toplist tracks 1 version of BulkPublish, most recently published on Apr 11, 2026.
- Where can I find the source code for BulkPublish?
- The source code for BulkPublish is hosted at github.com/azeemkafridi/bulkpublish-api.