io.github.dorukardahan/twitterapi-io-mcp
Offline access to TwitterAPI.io docs for AI assistants. 58 endpoints, 32 pages, 24 blog posts.
Convert between document formats — DOCX/PDF to Markdown, Markdown to DOCX.
{
"mcpServers": {
"io-github-shan-zhu-shuck-convert": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Convert between document formats — DOCX/PDF to Markdown, Markdown to DOCX.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Offline access to TwitterAPI.io docs for AI assistants. 58 endpoints, 32 pages, 24 blog posts.
Temporal memory for AI with decay and reinforcement. Two-layer storage (JSONL + Markdown).
MCP server that fetches YouTube video transcripts and optionally summarizes them
Local academic paper MCP server — 9-source search, multi-source download, AI analysis, translation, citation graph, code-based paper recommendation
MCP Security Weekly
Get CVE alerts and security updates for io.github.Shan-Zhu/shuck-convert and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Convert between document formats — DOCX/PDF to Markdown, Markdown to DOCX.
An MCP server for AI agents, with CLI support.
| Tool | Direction | Description |
|---|---|---|
doc_to_markdown | DOCX/PDF → MD | Extract text, formatting, tables, images |
markdown_to_docx | MD → DOCX | Academic styling: Times New Roman + SimSun, three-line tables |
markdown_to_docx)pip install shuck-convert
Or from source:
git clone https://github.com/Shan-Zhu/shuck-convert.git
cd shuck-convert
pip install -e .
Add to your MCP client config:
{
"mcpServers": {
"shuck-convert": {
"command": "shuck-convert",
"args": [],
"transportType": "stdio"
}
}
}
Or with uvx:
{
"mcpServers": {
"shuck-convert": {
"command": "uvx",
"args": ["shuck-convert"],
"transportType": "stdio"
}
}
}
# DOCX/PDF to Markdown
shuck-convert doc2md report.docx
shuck-convert doc2md paper.pdf
# Markdown to DOCX
shuck-convert md2docx paper.md
pip install -e .
fastmcp dev src/shuck_convert/server.py
MIT