MCP Organizze
Rank #22,992io.github.SamuelMoraesF/mcp-organizze
MCP server providing organizze capabilities
MCP Organizze is a Model Context Protocol (MCP) server published by samuelmoraesf. It ranks #22,992 of 132,113 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. MCP Organizze is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Feb 16, 2026 and most recently updated on Feb 18, 2026.
Ranks ahead of 109,121 of 132,113 servers on MCP Toplist.
Use MCP Organizze
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-organizze -e "ORGANIZZE_EMAIL=<your ORGANIZZE_EMAIL>" -e "ORGANIZZE_API_KEY=<your ORGANIZZE_API_KEY>" -- uvx mcp-organizzeReplace each placeholder with your own value before saving.
claude mcp add mcp-organizze -e "ORGANIZZE_EMAIL=<your ORGANIZZE_EMAIL>" -e "ORGANIZZE_API_KEY=<your ORGANIZZE_API_KEY>" -e "MCP_PORT=<your MCP_PORT>" -e "MCP_HOST=<your MCP_HOST>" -- docker run -i --rm samuelmoraesf/mcp-organizzeReplace each placeholder with your own value before saving.
[mcp_servers.mcp-organizze]
command = "uvx"
args = ["mcp-organizze"]
[mcp_servers.mcp-organizze.env]
ORGANIZZE_EMAIL = "<your ORGANIZZE_EMAIL>"
ORGANIZZE_API_KEY = "<your ORGANIZZE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.mcp-organizze]
command = "docker"
args = ["run", "-i", "--rm", "samuelmoraesf/mcp-organizze"]
[mcp_servers.mcp-organizze.env]
ORGANIZZE_EMAIL = "<your ORGANIZZE_EMAIL>"
ORGANIZZE_API_KEY = "<your ORGANIZZE_API_KEY>"
MCP_PORT = "<your MCP_PORT>"
MCP_HOST = "<your MCP_HOST>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-organizze": {
"command": "uvx",
"args": [
"mcp-organizze"
],
"env": {
"ORGANIZZE_EMAIL": "<your ORGANIZZE_EMAIL>",
"ORGANIZZE_API_KEY": "<your ORGANIZZE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-organizze": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"samuelmoraesf/mcp-organizze"
],
"env": {
"ORGANIZZE_EMAIL": "<your ORGANIZZE_EMAIL>",
"ORGANIZZE_API_KEY": "<your ORGANIZZE_API_KEY>",
"MCP_PORT": "<your MCP_PORT>",
"MCP_HOST": "<your MCP_HOST>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-organizze": {
"command": "uvx",
"args": [
"mcp-organizze"
],
"env": {
"ORGANIZZE_EMAIL": "<your ORGANIZZE_EMAIL>",
"ORGANIZZE_API_KEY": "<your ORGANIZZE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-organizze": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"samuelmoraesf/mcp-organizze"
],
"env": {
"ORGANIZZE_EMAIL": "<your ORGANIZZE_EMAIL>",
"ORGANIZZE_API_KEY": "<your ORGANIZZE_API_KEY>",
"MCP_PORT": "<your MCP_PORT>",
"MCP_HOST": "<your MCP_HOST>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-organizze": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-organizze"
],
"env": {
"ORGANIZZE_EMAIL": "<your ORGANIZZE_EMAIL>",
"ORGANIZZE_API_KEY": "<your ORGANIZZE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-organizze": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"samuelmoraesf/mcp-organizze"
],
"env": {
"ORGANIZZE_EMAIL": "<your ORGANIZZE_EMAIL>",
"ORGANIZZE_API_KEY": "<your ORGANIZZE_API_KEY>",
"MCP_PORT": "<your MCP_PORT>",
"MCP_HOST": "<your MCP_HOST>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-organizze": {
"command": "uvx",
"args": [
"mcp-organizze"
],
"env": {
"ORGANIZZE_EMAIL": "<your ORGANIZZE_EMAIL>",
"ORGANIZZE_API_KEY": "<your ORGANIZZE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-organizze": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"samuelmoraesf/mcp-organizze"
],
"env": {
"ORGANIZZE_EMAIL": "<your ORGANIZZE_EMAIL>",
"ORGANIZZE_API_KEY": "<your ORGANIZZE_API_KEY>",
"MCP_PORT": "<your MCP_PORT>",
"MCP_HOST": "<your MCP_HOST>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-organizze": {
"command": "uvx",
"args": [
"mcp-organizze"
],
"env": {
"ORGANIZZE_EMAIL": "<your ORGANIZZE_EMAIL>",
"ORGANIZZE_API_KEY": "<your ORGANIZZE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-organizze": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"samuelmoraesf/mcp-organizze"
],
"env": {
"ORGANIZZE_EMAIL": "<your ORGANIZZE_EMAIL>",
"ORGANIZZE_API_KEY": "<your ORGANIZZE_API_KEY>",
"MCP_PORT": "<your MCP_PORT>",
"MCP_HOST": "<your MCP_HOST>"
}
}
}
}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.SamuelMoraesF%2Fmcp-organizze)<a href="https://mcptoplist.com/server/io.github.SamuelMoraesF%2Fmcp-organizze"><img src="https://mcptoplist.com/badge/io.github.SamuelMoraesF%2Fmcp-organizze.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
samuelmoraesf
Other servers by samuelmoraesf
View all samuelmoraesf servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Feb 18, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Organizze?
- MCP Organizze is maintained by samuelmoraesf, which publishes 3 MCP servers (6 total versions) tracked on MCP Toplist.
- Is MCP Organizze listed on the Official MCP Registry?
- Yes — MCP Organizze is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does MCP Organizze have?
- MCP Toplist tracks 2 versions of MCP Organizze, most recently published on Feb 18, 2026.
- Where can I find the source code for MCP Organizze?
- The source code for MCP Organizze is hosted at github.com/samuelmoraesf/mcp-organizze.
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.