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