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.
io.github.RCS-kz/mcp-1c · v0.1.0
MCP server for 1C:Enterprise — read+write CRM/ERP through Claude/Cursor/Cline.
mcp-1c 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-1c": {
"command": "node>=16, python>=3.8",
"args": [
"-y",
"@rcs-kz/mcp-1c"
],
"env": {
"MCP_1C_BASE": "<MCP_1C_BASE>",
"MCP_1C_USER": "<MCP_1C_USER>",
"MCP_1C_PASSWORD": "<MCP_1C_PASSWORD>",
"RCS_LICENSE_KEY": "<RCS_LICENSE_KEY>"
}
}
}
}MCP_1C_BASE必填URL of the 1C HTTP service (with MCPService extension installed)
MCP_1C_USER必填1C user with API access
MCP_1C_PASSWORD必填secretPassword for the 1C user
RCS_LICENSE_KEY必填secretRCS license token (Solo free, Pro 9900 KZT/mo, Team 39900 KZT/mo)
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": "io.github.RCS-kz/mcp-1c",
"type": "mcp-server",
"version": "0.1.0",
"displayName": "mcp-1c",
"description": "MCP server for 1C:Enterprise — read+write CRM/ERP through Claude/Cursor/Cline.",
"repository": {
"url": "https://github.com/rcs-kz/mcp-1c",
"source": "github"
},
"homepage": "https://www.npmjs.com/package/@rcs-kz/mcp-1c",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@rcs-kz/mcp-1c",
"version": "0.1.0",
"runtimeHint": "node>=16, python>=3.8",
"transport": "stdio",
"environmentVariables": [
{
"name": "MCP_1C_BASE",
"description": "URL of the 1C HTTP service (with MCPService extension installed)",
"isRequired": true
},
{
"name": "MCP_1C_USER",
"description": "1C user with API access",
"isRequired": true
},
{
"name": "MCP_1C_PASSWORD",
"description": "Password for the 1C user",
"isRequired": true,
"isSecret": true
},
{
"name": "RCS_LICENSE_KEY",
"description": "RCS license token (Solo free, Pro 9900 KZT/mo, Team 39900 KZT/mo)",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.RCS-kz/mcp-1c",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.RCS-kz%2Fmcp-1c/versions/latest",
"isOfficial": true,
"status": "active"
}
}