İmzala.org Hizmetlerini Yapay Zeka Araçları ile kullanabilmeniz için gerekli MCP Server ve MCP Plugin
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"imzala-mcp": {
"command": "npx",
"args": [
"-y",
"imzala/imzala-mcp"
]
}
}
}
Run in terminal:
claude mcp add imzala-mcp npx -y imzala/imzala-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"imzala-mcp": {
"command": "npx",
"args": [
"-y",
"imzala/imzala-mcp"
]
}
}
}