mcp-tekna
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-teknasearch for upcoming events on artificial intelligence"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-tekna
MCP server for Tekna events and news.
Installation
Claude Code (Plugin)
claude plugin add github:Vortiago/mcp-teknaClaude Desktop (Manual Config)
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-tekna": {
"command": "uvx",
"args": ["mcp-tekna"]
}
}
}Claude Desktop (.mcpb Bundle)
npm install -g @anthropic-ai/mcpb
cd mcpb
mcpb pack
# Double-click the resulting .mcpb file to installPyPI
uvx mcp-teknaDocker
docker build -t mcp-tekna .
docker run -p 3000:3000 mcp-tekna
# Connect from claude.ai: http://localhost:3000Or with docker compose:
docker compose upTools
search_events
Search Tekna's event catalog with optional filters for region, topic, format, price, language, and audience.
search_events(query="AI", region="Vestlandet")get_event_details
Get full details for a specific event including speakers, agenda, and pricing.
get_event_details(event_number="51691")get_news
Fetch recent news articles with optional content type filtering.
get_news(content_type="Politisk", page=1)get_member_benefits
List all Tekna member benefits organized by category.
get_member_benefits()Development
uv sync
uv run mcp-teknaFor streamable-http transport:
MCP_TRANSPORT=streamable-http uv run mcp-teknaEnvironment Variables
Variable | Default | Description |
|
| Transport protocol ( |
|
| Host for streamable-http |
|
| Port for streamable-http |
|
| Tekna API timeout in seconds |
|
| Cache TTL in seconds (15 min) |
|
| Logging level |
Running Tests
uv run pytest tests/ -vVersion Bumping
git tag v0.2.0
uv run poe bump-versionLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vortiago/mcp-tekna'
If you have feedback or need assistance with the MCP directory API, please join our Discord server