@mdavieds/mcp-tmp-files
v1.1.2
Published
A local MCP server stub built with the [MCP TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk).
Readme
mcp-tmp-files
A local MCP server stub built with the MCP TypeScript SDK.
Build
npm install
npm run buildAdd to Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"mcp-tmp-files": {
"command": "node",
"args": ["path/to/repo/mcp-tmp-files/dist/index.js"]
}
}
}Restart Claude Desktop. The server's tools will appear in the tools menu.
