Harness MCP Server
Rank #50,824io.github.asklokesh/harness-mcp-server
MCP server providing harness-server capabilities
Harness MCP Server is a Model Context Protocol (MCP) server published by asklokesh. It ranks #50,824 of 115,591 servers tracked on MCP Toplist. Harness MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Dec 31, 2025 and most recently updated on Dec 31, 2025.
Ranks ahead of 64,767 of 115,591 servers on MCP Toplist.
Use Harness MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add harness-mcp-server -e "HARNESS_API_KEY=<your HARNESS_API_KEY>" -e "HARNESS_API_URL=<your HARNESS_API_URL>" -- uvx harness-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.harness-mcp-server]
command = "uvx"
args = ["harness-mcp-server"]
[mcp_servers.harness-mcp-server.env]
HARNESS_API_KEY = "<your HARNESS_API_KEY>"
HARNESS_API_URL = "<your HARNESS_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"harness-mcp-server": {
"command": "uvx",
"args": [
"harness-mcp-server"
],
"env": {
"HARNESS_API_KEY": "<your HARNESS_API_KEY>",
"HARNESS_API_URL": "<your HARNESS_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"harness-mcp-server": {
"command": "uvx",
"args": [
"harness-mcp-server"
],
"env": {
"HARNESS_API_KEY": "<your HARNESS_API_KEY>",
"HARNESS_API_URL": "<your HARNESS_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"harness-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"harness-mcp-server"
],
"env": {
"HARNESS_API_KEY": "<your HARNESS_API_KEY>",
"HARNESS_API_URL": "<your HARNESS_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"harness-mcp-server": {
"command": "uvx",
"args": [
"harness-mcp-server"
],
"env": {
"HARNESS_API_KEY": "<your HARNESS_API_KEY>",
"HARNESS_API_URL": "<your HARNESS_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"harness-mcp-server": {
"command": "uvx",
"args": [
"harness-mcp-server"
],
"env": {
"HARNESS_API_KEY": "<your HARNESS_API_KEY>",
"HARNESS_API_URL": "<your HARNESS_API_URL>"
}
}
}
}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.asklokesh%2Fharness-mcp-server)<a href="https://mcptoplist.com/server/io.github.asklokesh%2Fharness-mcp-server"><img src="https://mcptoplist.com/badge/io.github.asklokesh%2Fharness-mcp-server.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
asklokesh
Other servers by asklokesh
- Loki Mode#179 · 1 ver
- Servicenow MCP Server#3,411 · 2 vers
- Argocd MCP Server#47,994 · 1 ver
- Chanty MCP Server#47,995 · 1 ver
- Freshbooks MCP Server#47,996 · 1 ver
- Hootsuite MCP Server#47,997 · 1 ver
- Powerbi MCP Server#47,998 · 1 ver
- Quickbooks MCP Server#47,999 · 1 ver
- Rundeck MCP Server#48,000 · 1 ver
- Tableau MCP Server#48,001 · 1 ver
- Uipath MCP Server#48,002 · 1 ver
- Zoho Crm MCP Server#48,003 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Dec 31, 2025 |
Frequently asked questions
- Who maintains Harness MCP Server?
- Harness MCP Server is maintained by asklokesh, which publishes 17 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Harness MCP Server listed on the Official MCP Registry?
- Yes — Harness MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Harness MCP Server have?
- MCP Toplist tracks 1 version of Harness MCP Server, most recently published on Dec 31, 2025.
- Where can I find the source code for Harness MCP Server?
- The source code for Harness MCP Server is hosted at github.com/asklokesh/harness-mcp-server.