ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Writer with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access Writer's enterprise-grade LLMs and Knowledge Graph capabilities to generate content, manage files, and query RAG-based data.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 24 capabilities

The complete Writer capability set.

These are the exact actions your AI can choose when you ask it to work with Writer.

Capability set01 / 06

01-04

4 capabilities in this set.

Part of 24 available through Writer.

  1. 01

    Download file

    Download the binary content of a file

  2. 02

    Analyze vision

    Analyze images or documents using a prompt

  3. 03

    Ask question

    Ask a question against one or more Knowledge Graphs (RAG)

  4. 04

    Generate application content async

    Asynchronous generation using a no-code application (returns job_id)

Capability set02 / 06

05-08

4 capabilities in this set.

Part of 24 available through Writer.

  1. 05

    Get application

    Get configuration and inputs for a specific application

  2. 06

    Get application job

    Retrieve job status and result for an application job

  3. 07

    Get file

    Get metadata for a specific file

  4. 08

    List application jobs

    List jobs for a specific application

Capability set03 / 06

09-12

4 capabilities in this set.

Part of 24 available through Writer.

  1. 09

    List applications

    List deployed no-code agents (applications)

  2. 10

    List graphs

    List all Knowledge Graphs

  3. 11

    List models

    Retrieve available Writer models

  4. 12

    Retry application job

    Retry a failed application job

Capability set04 / 06

13-16

4 capabilities in this set.

Part of 24 available through Writer.

  1. 13

    Upload file

    Upload a file for Knowledge Graphs or Vision tasks

  2. 14

    Web search

    Search the web for a query

  3. 15

    Create graph

    Create a new Knowledge Graph

  4. 16

    Parse PDF

    Convert PDF to text or markdown (Deprecated)

Capability set05 / 06

17-20

4 capabilities in this set.

Part of 24 available through Writer.

  1. 17

    Add file to graph

    Add an uploaded file to a Knowledge Graph

  2. 18

    Chat completion

    Generate a chat completion using Writer models

  3. 19

    Delete file

    Permanently delete a file

  4. 20

    Generate application content

    Synchronous generation using a no-code application

Capability set06 / 06

21-24

4 capabilities in this set.

Part of 24 available through Writer.

  1. 21

    List files

    Retrieve a paginated list of uploaded files

  2. 22

    Remove file from graph

    Remove a file from a Knowledge Graph

  3. 23

    Text completion

    Generate text completions for a single prompt

  4. 24

    Translate text

    Translate text between supported languages

Observed, not estimated

1083ms average. Fast in production.

Writer is checked daily against the live service.

Daily averagePeak 1256ms
Aug 20Today
Fastest day
856ms
Slowest day
1256ms
14-day trend
Slowing+22%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 24 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Writer, so you can see the experience inside your AI.

It does not authenticate your account with Writer. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Writer Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_yrsful81rgtIcMZXt4yQE12SkSrbuSWmhu7UnyRz/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Writer capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "writer-ai-enterprise-llm-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_yrsful81rgtIcMZXt4yQE12SkSrbuSWmhu7UnyRz/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Writer owners ask.

  • 01

    How do I see which Palmyra models are available in my account?

    Use the list_models capability. It will return a list of all active models in your Writer account, such as palmyra-x5 or palmyra-med.

  • 02

    Can I use my own documents for AI responses?

    Yes. First, use upload_file to add your documents, then create_graph and add_file_to_graph to build a Knowledge Graph for RAG-based querying.

  • 03

    Does this support conversational history?

    Yes, the chat_completion capability accepts a messages array, allowing you to maintain full context for multi-turn dialogues with the model.