testlink-mcp
Rank #14,609io.github.Eason0in/testlink-mcp
AI-friendly, safety-first TestLink MCP server
testlink-mcp is a Model Context Protocol (MCP) server published by Eason0in. It ranks #14,609 of 115,460 servers tracked on MCP Toplist. testlink-mcp is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Aug 19, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 100,851 of 115,460 servers on MCP Toplist.
Use testlink-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add testlink-mcp -e "TESTLINK_URL=<your TESTLINK_URL>" -e "TESTLINK_DEV_KEY=<your TESTLINK_DEV_KEY>" -e "TESTLINK_DEMO_MODE=<your TESTLINK_DEMO_MODE>" -e "TESTLINK_WRITE_ENABLED=<your TESTLINK_WRITE_ENABLED>" -- npx -y testlink-mcpReplace each placeholder with your own value before saving.
[mcp_servers.testlink-mcp]
command = "npx"
args = ["-y", "testlink-mcp"]
[mcp_servers.testlink-mcp.env]
TESTLINK_URL = "<your TESTLINK_URL>"
TESTLINK_DEV_KEY = "<your TESTLINK_DEV_KEY>"
TESTLINK_DEMO_MODE = "<your TESTLINK_DEMO_MODE>"
TESTLINK_WRITE_ENABLED = "<your TESTLINK_WRITE_ENABLED>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"testlink-mcp": {
"command": "npx",
"args": [
"-y",
"testlink-mcp"
],
"env": {
"TESTLINK_URL": "<your TESTLINK_URL>",
"TESTLINK_DEV_KEY": "<your TESTLINK_DEV_KEY>",
"TESTLINK_DEMO_MODE": "<your TESTLINK_DEMO_MODE>",
"TESTLINK_WRITE_ENABLED": "<your TESTLINK_WRITE_ENABLED>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"testlink-mcp": {
"command": "npx",
"args": [
"-y",
"testlink-mcp"
],
"env": {
"TESTLINK_URL": "<your TESTLINK_URL>",
"TESTLINK_DEV_KEY": "<your TESTLINK_DEV_KEY>",
"TESTLINK_DEMO_MODE": "<your TESTLINK_DEMO_MODE>",
"TESTLINK_WRITE_ENABLED": "<your TESTLINK_WRITE_ENABLED>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"testlink-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"testlink-mcp"
],
"env": {
"TESTLINK_URL": "<your TESTLINK_URL>",
"TESTLINK_DEV_KEY": "<your TESTLINK_DEV_KEY>",
"TESTLINK_DEMO_MODE": "<your TESTLINK_DEMO_MODE>",
"TESTLINK_WRITE_ENABLED": "<your TESTLINK_WRITE_ENABLED>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"testlink-mcp": {
"command": "npx",
"args": [
"-y",
"testlink-mcp"
],
"env": {
"TESTLINK_URL": "<your TESTLINK_URL>",
"TESTLINK_DEV_KEY": "<your TESTLINK_DEV_KEY>",
"TESTLINK_DEMO_MODE": "<your TESTLINK_DEMO_MODE>",
"TESTLINK_WRITE_ENABLED": "<your TESTLINK_WRITE_ENABLED>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"testlink-mcp": {
"command": "npx",
"args": [
"-y",
"testlink-mcp"
],
"env": {
"TESTLINK_URL": "<your TESTLINK_URL>",
"TESTLINK_DEV_KEY": "<your TESTLINK_DEV_KEY>",
"TESTLINK_DEMO_MODE": "<your TESTLINK_DEMO_MODE>",
"TESTLINK_WRITE_ENABLED": "<your TESTLINK_WRITE_ENABLED>"
}
}
}
}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.Eason0in%2Ftestlink-mcp)<a href="https://mcptoplist.com/server/io.github.Eason0in%2Ftestlink-mcp"><img src="https://mcptoplist.com/badge/io.github.Eason0in%2Ftestlink-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Eason0in
Other servers by Eason0in
View all Eason0in servers →Available versions (4)
| Version | Published |
|---|---|
| 1.0.8 | Aug 29, 2026 |
| 1.0.7 | Aug 27, 2026 |
| 1.0.6 | Aug 25, 2026 |
| 1.0.3 | Aug 24, 2026 |
Frequently asked questions
- Who maintains testlink-mcp?
- testlink-mcp is maintained by Eason0in, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is testlink-mcp listed on the Official MCP Registry?
- Yes — testlink-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does testlink-mcp have?
- MCP Toplist tracks 4 versions of testlink-mcp, most recently published on Aug 29, 2026.
- Where can I find the source code for testlink-mcp?
- The source code for testlink-mcp is hosted at github.com/Eason0in/testlink-mcp.