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