@getlinnks/mcp-server
v0.2.2
Published
MCP server exposing Linnk document translation to agents
Readme
@getlinnks/mcp-server
MCP (stdio) server exposing Linnk document translation to agents.
Install
claude mcp add linnk -e LINNK_API_KEY=YOUR_KEY -- npx @getlinnks/mcp-serverOr in claude_desktop_config.json / .cursor/mcp.json:
{
"mcpServers": {
"linnk": {
"command": "npx",
"args": ["@getlinnks/mcp-server"],
"env": { "LINNK_API_KEY": "YOUR_KEY" }
}
}
}Tools
| Tool | Purpose |
|---|---|
| linnk_translate | Upload + submit a document translation; returns job_id immediately. |
| linnk_get_status | Poll status/progress. Terminal when status is done or failed. |
| linnk_get_result | Get download URLs for a finished job (errors JOB_NOT_DONE otherwise). |
| linnk_upload | Upload a file and return its URL. |
File inputs accept file_path (when the server shares the agent's filesystem) or file_base64 + filename.
