Organizer
Rank #1,016com.usepopup/organizer
MCP server providing organizer capabilities
Organizer is a Model Context Protocol (MCP) server published by usepopup. It ranks #1,016 of 132,046 servers tracked on MCP Toplist, and its repository has 1,050 GitHub stars. Organizer is listed on Official MCP, with 2 tracked versions. It was first listed on Feb 17, 2026 and most recently updated on Feb 17, 2026.
Ranks ahead of 131,030 of 132,046 servers on MCP Toplist.
Use Organizer
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add organizer -e "POPUP_API_KEY=<your POPUP_API_KEY>" -e "POPUP_API_BASE=<your POPUP_API_BASE>" -- npx -y @popupspacesystems/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.organizer]
command = "npx"
args = ["-y", "@popupspacesystems/mcp-server"]
[mcp_servers.organizer.env]
POPUP_API_KEY = "<your POPUP_API_KEY>"
POPUP_API_BASE = "<your POPUP_API_BASE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"organizer": {
"command": "npx",
"args": [
"-y",
"@popupspacesystems/mcp-server"
],
"env": {
"POPUP_API_KEY": "<your POPUP_API_KEY>",
"POPUP_API_BASE": "<your POPUP_API_BASE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"organizer": {
"command": "npx",
"args": [
"-y",
"@popupspacesystems/mcp-server"
],
"env": {
"POPUP_API_KEY": "<your POPUP_API_KEY>",
"POPUP_API_BASE": "<your POPUP_API_BASE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"organizer": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@popupspacesystems/mcp-server"
],
"env": {
"POPUP_API_KEY": "<your POPUP_API_KEY>",
"POPUP_API_BASE": "<your POPUP_API_BASE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"organizer": {
"command": "npx",
"args": [
"-y",
"@popupspacesystems/mcp-server"
],
"env": {
"POPUP_API_KEY": "<your POPUP_API_KEY>",
"POPUP_API_BASE": "<your POPUP_API_BASE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"organizer": {
"command": "npx",
"args": [
"-y",
"@popupspacesystems/mcp-server"
],
"env": {
"POPUP_API_KEY": "<your POPUP_API_KEY>",
"POPUP_API_BASE": "<your POPUP_API_BASE>"
}
}
}
}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/com.usepopup%2Forganizer)<a href="https://mcptoplist.com/server/com.usepopup%2Forganizer"><img src="https://mcptoplist.com/badge/com.usepopup%2Forganizer.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
usepopup
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Feb 17, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Organizer?
- Organizer is maintained by usepopup, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Organizer listed on the Official MCP Registry?
- Yes — Organizer is listed on the Official MCP Registry.
- How many versions does Organizer have?
- MCP Toplist tracks 2 versions of Organizer, most recently published on Feb 17, 2026.
- Where can I find the source code for Organizer?
- The source code for Organizer is hosted at github.com/usepopup/mcp-server.
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.