Claude Printer MCP
@uday210
关于 Claude Printer MCP
A simple MCP server for printing files from Claude
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"claude-printer-mcp": {
"command": "node",
"args": [
"/path/to/claude-printer-mcp/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Claude Printer MCP?
Claude Printer MCP is a simple Model Context Protocol server that enables Claude Desktop to print text content directly to a local printer. It also provides the ability to list available printers on your system. The server is intended for Mac users with Node.js installed and a working printer connected.
How to use Claude Printer MCP?
Install the server by cloning the repository, running npm install and npm start; it will listen at http://localhost:3000/mcp. In Claude Desktop, run the install_local_mcp_server command with the full path to the cloned folder. Once installed, Claude can call two functions: print_file and list_printers.
Key features of Claude Printer MCP
- Print text content directly from Claude Desktop
- List all available printers on your Mac system
- Simple installation via npm and a single command
- Runs as a local HTTP server on port 3000
- Mac‑only; requires Node.js
Use cases of Claude Printer MCP
- Print a document or report generated by Claude without leaving the chat
- Quickly check which printers are available before sending a print job
- Automate printing of formatted text outputs from Claude
- Use in workflows where a physical copy of AI‑generated content is needed
FAQ from Claude Printer MCP
What prerequisites are needed to run Claude Printer MCP?
Node.js must be installed on your Mac, and you need a working printer connected to your system.
How do I install the server?
Clone the repository, run npm install to install dependencies, then run npm start to start the server at http://localhost:3000/mcp.
How do I connect Claude Desktop to this server?
In Claude Desktop, use the install_local_mcp_server command and provide the absolute path to the cloned folder.
Which functions does Claude Printer MCP expose?
It exposes print_file (to print text content) and list_printers (to show available printers).
Does the server work on Windows or Linux?
The README specifies that a Mac is required; it does not mention support for other operating systems.
AI 与智能体 分类下的更多 MCP 服务器
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
评论