Csf
Rank #1,243io.github.compl-i-agent/csf
MCP server providing csf capabilities
Csf is a Model Context Protocol (MCP) server published by compligent. It ranks #1,243 of 132,046 servers tracked on MCP Toplist, and its repository has 277 GitHub stars. Csf is listed on Official MCP, with 3 tracked versions. It was first listed on Oct 1, 2025 and most recently updated on Oct 1, 2025.
Ranks ahead of 130,803 of 132,046 servers on MCP Toplist.
Use Csf
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add csf -- npx -y @compligent-mcp/csf[mcp_servers.csf]
command = "npx"
args = ["-y", "@compligent-mcp/csf"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"csf": {
"command": "npx",
"args": [
"-y",
"@compligent-mcp/csf"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"csf": {
"command": "npx",
"args": [
"-y",
"@compligent-mcp/csf"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"csf": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@compligent-mcp/csf"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"csf": {
"command": "npx",
"args": [
"-y",
"@compligent-mcp/csf"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"csf": {
"command": "npx",
"args": [
"-y",
"@compligent-mcp/csf"
]
}
}
}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.compl-i-agent%2Fcsf)<a href="https://mcptoplist.com/server/io.github.compl-i-agent%2Fcsf"><img src="https://mcptoplist.com/badge/io.github.compl-i-agent%2Fcsf.svg" alt="MCP Toplist: Top 1% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
compligent
Available versions (3)
| Version | Published |
|---|---|
| 2.4.6 | Oct 1, 2025 |
| 2.4.5 | Oct 1, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Csf?
- Csf is maintained by compligent, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Csf listed on the Official MCP Registry?
- Yes — Csf is listed on the Official MCP Registry.
- How many versions does Csf have?
- MCP Toplist tracks 3 versions of Csf, most recently published on Oct 1, 2025.
- Where can I find the source code for Csf?
- The source code for Csf is hosted at github.com/compligent/mcp-platform.
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.