What is the Tekna Events & News MCP server?
MCP server for Tekna events and news
How to install Tekna Events & News
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-tekna": {
"command": "uvx",
"args": [
"mcp-tekna"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-tekna": {
"command": "uvx",
"args": [
"mcp-tekna"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-tekna": {
"command": "uvx",
"args": [
"mcp-tekna"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-tekna": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-tekna"
]
}
}
}Claude Code
claude mcp add mcp-tekna -- uvx mcp-teknaRelated MCP servers
Outline MCP Server
Active
Connect AI assistants to Outline for document search, reading, and management
153
View repository →Python
MIT