Pinlyx MCP Server
Rank #8,584io.github.azorkai/crmsolid-mcp
Pinlyx CRM for AI assistants: contacts, deals, social inbox and posts, email and Google Ads.
Pinlyx MCP Server is a Model Context Protocol (MCP) server published by Pinlyx. It ranks #8,584 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Pinlyx MCP Server is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 24, 2026 and most recently updated on Sep 21, 2026.
Ranks ahead of 123,462 of 132,046 servers on MCP Toplist.
Use Pinlyx MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http crmsolid-mcp https://api.pinlyx.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add crmsolid-mcp -e "CRMSOLID_API_KEY=<your CRMSOLID_API_KEY>" -e "CRMSOLID_BASE_URL=<your CRMSOLID_BASE_URL>" -e "CRMSOLID_READ_ONLY=<your CRMSOLID_READ_ONLY>" -e "CRMSOLID_TOOLS=<your CRMSOLID_TOOLS>" -- npx -y @crmsolid/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.crmsolid-mcp]
url = "https://api.pinlyx.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.crmsolid-mcp]
command = "npx"
args = ["-y", "@crmsolid/mcp-server"]
[mcp_servers.crmsolid-mcp.env]
CRMSOLID_API_KEY = "<your CRMSOLID_API_KEY>"
CRMSOLID_BASE_URL = "<your CRMSOLID_BASE_URL>"
CRMSOLID_READ_ONLY = "<your CRMSOLID_READ_ONLY>"
CRMSOLID_TOOLS = "<your CRMSOLID_TOOLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.pinlyx.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"crmsolid-mcp": {
"command": "npx",
"args": [
"-y",
"@crmsolid/mcp-server"
],
"env": {
"CRMSOLID_API_KEY": "<your CRMSOLID_API_KEY>",
"CRMSOLID_BASE_URL": "<your CRMSOLID_BASE_URL>",
"CRMSOLID_READ_ONLY": "<your CRMSOLID_READ_ONLY>",
"CRMSOLID_TOOLS": "<your CRMSOLID_TOOLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"crmsolid-mcp": {
"url": "https://api.pinlyx.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"crmsolid-mcp": {
"command": "npx",
"args": [
"-y",
"@crmsolid/mcp-server"
],
"env": {
"CRMSOLID_API_KEY": "<your CRMSOLID_API_KEY>",
"CRMSOLID_BASE_URL": "<your CRMSOLID_BASE_URL>",
"CRMSOLID_READ_ONLY": "<your CRMSOLID_READ_ONLY>",
"CRMSOLID_TOOLS": "<your CRMSOLID_TOOLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"crmsolid-mcp": {
"type": "http",
"url": "https://api.pinlyx.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"crmsolid-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@crmsolid/mcp-server"
],
"env": {
"CRMSOLID_API_KEY": "<your CRMSOLID_API_KEY>",
"CRMSOLID_BASE_URL": "<your CRMSOLID_BASE_URL>",
"CRMSOLID_READ_ONLY": "<your CRMSOLID_READ_ONLY>",
"CRMSOLID_TOOLS": "<your CRMSOLID_TOOLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"crmsolid-mcp": {
"serverUrl": "https://api.pinlyx.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"crmsolid-mcp": {
"command": "npx",
"args": [
"-y",
"@crmsolid/mcp-server"
],
"env": {
"CRMSOLID_API_KEY": "<your CRMSOLID_API_KEY>",
"CRMSOLID_BASE_URL": "<your CRMSOLID_BASE_URL>",
"CRMSOLID_READ_ONLY": "<your CRMSOLID_READ_ONLY>",
"CRMSOLID_TOOLS": "<your CRMSOLID_TOOLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"crmsolid-mcp": {
"url": "https://api.pinlyx.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"crmsolid-mcp": {
"command": "npx",
"args": [
"-y",
"@crmsolid/mcp-server"
],
"env": {
"CRMSOLID_API_KEY": "<your CRMSOLID_API_KEY>",
"CRMSOLID_BASE_URL": "<your CRMSOLID_BASE_URL>",
"CRMSOLID_READ_ONLY": "<your CRMSOLID_READ_ONLY>",
"CRMSOLID_TOOLS": "<your CRMSOLID_TOOLS>"
}
}
}
}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.azorkai%2Fcrmsolid-mcp)<a href="https://mcptoplist.com/server/io.github.azorkai%2Fcrmsolid-mcp"><img src="https://mcptoplist.com/badge/io.github.azorkai%2Fcrmsolid-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
Pinlyx
Available versions (3)
| Version | Published |
|---|---|
| 0.1.4-1 | Sep 21, 2026 |
| 0.1.3 | Aug 27, 2026 |
| 0.1.2 | Aug 27, 2026 |
Frequently asked questions
- Who maintains Pinlyx MCP Server?
- Pinlyx MCP Server is maintained by Pinlyx, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Pinlyx MCP Server listed on the Official MCP Registry?
- Yes — Pinlyx MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Pinlyx MCP Server have?
- MCP Toplist tracks 3 versions of Pinlyx MCP Server, most recently published on Sep 21, 2026.
- Where can I find the source code for Pinlyx MCP Server?
- The source code for Pinlyx MCP Server is hosted at github.com/Pinlyx/pinlyx-mcp.
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.