brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
com.pulsemcp/monarch-money · v0.0.12
MCP server for Monarch Money — account, transaction, and budget management.
monarch-money 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"monarch-money": {
"command": "npx",
"args": [
"-y",
"monarch-money-mcp-server"
]
}
}
}MONARCH_SESSION_TOKEN可选secretPre-obtained session token for authentication (recommended over email/password).
MONARCH_EMAIL可选Email address for email/password authentication.
MONARCH_PASSWORD可选secretPassword for email/password authentication.
MONARCH_TOTP可选secretTOTP code if 2FA is enabled on the account.
MONARCH_EMAIL_OTP可选secretEmail OTP code required only on first login from a new install.
MONARCH_SESSION_PASSPHRASE可选secretOverride passphrase for encrypting the on-disk session file.
MONARCH_STATE_DIR可选Directory where session.enc file is stored.
MONARCH_ENABLED_TOOL_GROUPS可选Comma-separated list of tool groups to enable (readonly, manage).
MONARCH_ENABLED_TOOLS可选Comma-separated whitelist of specific tool names to enable.
MONARCH_DISABLED_TOOLS可选Comma-separated blacklist of specific tool names to disable.
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "com.pulsemcp/monarch-money",
"type": "mcp-server",
"version": "0.0.12",
"displayName": "monarch-money",
"description": "MCP server for Monarch Money — account, transaction, and budget management.",
"repository": {
"url": "https://github.com/pulsemcp/mcp-servers",
"source": "github",
"subfolder": "experimental/monarch-money"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "monarch-money-mcp-server",
"version": "0.0.12",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "MONARCH_SESSION_TOKEN",
"description": "Pre-obtained session token for authentication (recommended over email/password).",
"isSecret": true
},
{
"name": "MONARCH_EMAIL",
"description": "Email address for email/password authentication."
},
{
"name": "MONARCH_PASSWORD",
"description": "Password for email/password authentication.",
"isSecret": true
},
{
"name": "MONARCH_TOTP",
"description": "TOTP code if 2FA is enabled on the account.",
"isSecret": true
},
{
"name": "MONARCH_EMAIL_OTP",
"description": "Email OTP code required only on first login from a new install.",
"isSecret": true
},
{
"name": "MONARCH_SESSION_PASSPHRASE",
"description": "Override passphrase for encrypting the on-disk session file.",
"isSecret": true
},
{
"name": "MONARCH_STATE_DIR",
"description": "Directory where session.enc file is stored."
},
{
"name": "MONARCH_ENABLED_TOOL_GROUPS",
"description": "Comma-separated list of tool groups to enable (readonly, manage)."
},
{
"name": "MONARCH_ENABLED_TOOLS",
"description": "Comma-separated whitelist of specific tool names to enable."
},
{
"name": "MONARCH_DISABLED_TOOLS",
"description": "Comma-separated blacklist of specific tool names to disable."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "com.pulsemcp/monarch-money",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/com.pulsemcp%2Fmonarch-money/versions/latest",
"isOfficial": true,
"status": "active"
}
}