Shimo Docs Connector for AI agents.
10 live capabilities
Manage your collaborative office suite and documents through natural conversation.
Waiting for input…
Why people use Shimo Docs
Shimo Docs: Solving the Folder Fatigue in Office Management
With Shimo Docs, that friction disappears. You just tell your agent to find a specific report and export it. It handles the navigation and the conversion, giving you a link in seconds so you can stay in your flow.
What Vinkius changes
You get a hands-free way to manage your office suite's files and permissions.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding buried project specs
A project manager asks for all files related to 'Project X'.
- Real-world use case 02
Creating new workspace docs
A knowledge worker needs a new spreadsheet for the budget.
- Real-world use case 03
Sharing docs with external clients
An ops lead needs to send a roadmap to a client.
Complete set · 10capabilities
The complete Shimo Docs capability set.
These are the exact actions your AI can choose when you ask it to work with Shimo Docs.
01—04
4 capabilities in this set.
Part of 10 available through Shimo Docs.
- 01 Capability
List folders
See all the folders in your workspace. Use this to understand the high-level organization of your data.
- 02 Capability
List users
See who has access to your organization. This is great for managing permissions and team membership.
- 03 Capability
Create file
Create a new Shimo file instantly. This lets you spin up new docs or spreadsheets with a simple command.
- 04 Capability
Export file
Convert Shimo files into standard formats. Use this to get your work out of the platform and into a shareable file.
05—07
3 capabilities in this set.
Part of 10 available through Shimo Docs.
- 05 Capability
Get file
Fetch specific details about a file. This helps your agent understand the metadata of a specific document.
- 06 Capability
Get folder content
See what's inside a specific folder. Use this to browse your workspace structure without manual navigation.
- 07 Capability
Get org info
Pull organization-level details. This provides your agent with the context it needs about your workspace.
08—10
3 capabilities in this set.
Part of 10 available through Shimo Docs.
- 08 Capability
Import file
Bring external documents into Shimo. Use this to move your existing work into the collaborative suite.
- 09 Capability
List audit logs
View the history of actions in your workspace. This is essential for security and tracking changes.
- 10 Capability
List files
Get a complete list of all files in your account. This helps your agent find exactly what you're looking for.
Set up in minutes
One URL. Then ask Shimo Docs to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Shimo Docs from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Q9y6S71hk7en9jDkVV0zWD6ifyMLVN2zBH6gflSK/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Shimo Docs, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Shimo Docs for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Q9y6S71hk7en9jDkVV0zWD6ifyMLVN2zBH6gflSK/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Shimo Docs URL.
- Step 03
Save and start
Save the connection and enable Shimo Docs in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"shimo-docs": {
"url": "https://edge.vinkius.com/vk_preview_Q9y6S71hk7en9jDkVV0zWD6ifyMLVN2zBH6gflSK/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Shimo Docs
Open Agent mode in chat and ask: "Using Shimo Docs, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"shimo-docs": {
"url": "https://edge.vinkius.com/vk_preview_Q9y6S71hk7en9jDkVV0zWD6ifyMLVN2zBH6gflSK/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Shimo Docs
Ask Copilot: "Using Shimo Docs, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"shimo-docs": {
"url": "https://edge.vinkius.com/vk_preview_Q9y6S71hk7en9jDkVV0zWD6ifyMLVN2zBH6gflSK/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Shimo Docs
Open Cascade and ask: "Using Shimo Docs, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"shimo-docs": {
"url": "https://edge.vinkius.com/vk_preview_Q9y6S71hk7en9jDkVV0zWD6ifyMLVN2zBH6gflSK/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Shimo Docs
Ask Cline: "Using Shimo Docs, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add shimo-docs --transport http "https://edge.vinkius.com/vk_preview_Q9y6S71hk7en9jDkVV0zWD6ifyMLVN2zBH6gflSK/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Shimo Docs
Ask Claude: "Using Shimo Docs, show me...". 10 tools are ready
Where the request belongs
Work Shimo Docs can move forward.
This is for anyone who manages a high volume of shared documents and feels like they're wasting too much time on the admin side of office work.
Project Manager
Tracks progress by asking the agent to find specific project docs and organize them into folders.
Knowledge Worker
Creates and organizes content directly from their chat interface without switching apps.
IT Administrator
Monitors workspace security and manages user lists through a unified command line.
Operations Lead
Handles bulk file exports and imports to keep cross-platform workflows moving.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTencent Docs
Collaborative office workspace by Tencent. manage documents, sheets, and slides via AI.
Coda
Combine docs, spreadsheets, and apps into powerful all-in-one documents that grow with your team and automate routine work.
Dropbox Paper
Manage collaborative docs via Dropbox Paper. create documents, search content, handle shared links, and move files directly from any AI agent.
PandaDoc
Create, send, and track documents, proposals, and e-signatures via PandaDoc. manage the entire document lifecycle from any AI agent.
WPS 365
Cloud-based office suite and collaboration platform. manage documents, sheets, and presentations via AI.
Aspose.Words
Generate, convert, and manipulate Word documents programmatically with enterprise-grade document processing capabilities.
Bring your own AI
Change the model, client or framework. Keep Shimo Docs connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Shimo Docs.
The practical details behind the request, access and result.
Can Shimo Docs help me manage my team's files?
Yes. It allows your agent to list, find, and organize all your documents and folders so you don't have to click through the web interface manually.
How does Shimo Docs let me export my work?
Your agent can convert your Shimo documents into standard formats like PDF or Word, making it easy to share your work with people outside your workspace.
Can I use Shimo Docs to check my organization's security?
Yes. You can ask your agent to pull the audit logs to see recent activity or check the user list to see who has access to your workspace.
Is Shimo Docs good for moving files into Shimo?
It's great for that. You can use your agent to import external documents directly into your Shimo workspace to keep everything in one place.
Can Shimo Docs help me organize my folders?
Absolutely. You can have your agent create new documents in specific folders or browse your entire folder structure to keep your workspace tidy.
How do I get my AI agent to find specific files in Shimo?
Once connected, you just ask naturally. Your agent will scan your files and give you the details of the documents you're looking for.
How do I find my Shimo App ID and Secret?
Log in to the Shimo Open Platform, create a new application, and you will find your App ID and App Secret in the application credentials section.
Can I export documents to PDF through the agent?
Yes. Use the export_file capability with the file ID and specify 'pdf' as the type. Your agent will provide the link to download the exported document.
Is multi-user editing supported?
Yes, Shimo Docs is natively designed for real-time collaboration. Any file you manage or create via this server can be shared and edited by multiple users simultaneously.
One connection away
Give your agent a direct line to Shimo Docs.
Connect Shimo Docs once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available