MCP Tekna
Rank #32,974io.github.Vortiago/mcp-tekna
MCP server providing tekna capabilities
MCP Tekna is a Model Context Protocol (MCP) server published by vortiago. It ranks #32,974 of 115,591 servers tracked on MCP Toplist. MCP Tekna is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Mar 22, 2026 and most recently updated on Mar 24, 2026.
Ranks ahead of 82,617 of 115,591 servers on MCP Toplist.
Use MCP Tekna
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-tekna -- uvx mcp-tekna[mcp_servers.mcp-tekna]
command = "uvx"
args = ["mcp-tekna"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-tekna": {
"command": "uvx",
"args": [
"mcp-tekna"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-tekna": {
"command": "uvx",
"args": [
"mcp-tekna"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-tekna": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-tekna"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-tekna": {
"command": "uvx",
"args": [
"mcp-tekna"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-tekna": {
"command": "uvx",
"args": [
"mcp-tekna"
]
}
}
}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.Vortiago%2Fmcp-tekna)<a href="https://mcptoplist.com/server/io.github.Vortiago%2Fmcp-tekna"><img src="https://mcptoplist.com/badge/io.github.Vortiago%2Fmcp-tekna.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
vortiago
Other servers by vortiago
View all vortiago servers →Available versions (5)
| Version | Published |
|---|---|
| 0.3.1 | Mar 24, 2026 |
| 0.3.0 | Mar 24, 2026 |
| 0.2.0 | Mar 23, 2026 |
| 0.1.1 | Mar 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Tekna?
- MCP Tekna is maintained by vortiago, which publishes 3 MCP servers (10 total versions) tracked on MCP Toplist.
- Is MCP Tekna listed on the Official MCP Registry?
- Yes — MCP Tekna is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Tekna have?
- MCP Toplist tracks 5 versions of MCP Tekna, most recently published on Mar 24, 2026.
- Where can I find the source code for MCP Tekna?
- The source code for MCP Tekna is hosted at github.com/vortiago/mcp-tekna.