🇪🇪 Open-source AI SDK for Estonian government and private services. MCP servers and skills. Connect Claude, GPT, agents and models, to Estonia's digital infrastructure.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"estonia-ai-kit": {
"command": "npx",
"args": [
"-y",
"stefanoamorelli/estonia-ai-kit"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add estonia-ai-kit npx -y stefanoamorelli/estonia-ai-kit
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"estonia-ai-kit": {
"command": "npx",
"args": [
"-y",
"stefanoamorelli/estonia-ai-kit"
]
}
}
}
📋 Copy