personal-mcp-server

tbhanson96/personal-mcp-server
★ 0 stars TypeScript API Integration Updated 5d ago
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "personal-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "tbhanson96/personal-mcp-server"
      ]
    }
  }
}

README Excerpt

MCP server for local personal services: Vikunja, Mealie, homeserver, and Home Assistant. This project intentionally starts with read-only tools. Write tools should be added with explicit MCP annotations and service-level allowlists. ```sh npm install npm run build npm test PERSONAL_MCP_API_KEY=dev npm run dev

Tools (10)

home_assistant_get_confighome_assistant_get_statehome_assistant_get_stateshomeserver_get_health_cataloghomeserver_list_ebookshomeserver_list_fileshomeserver_search_ebooksmealie_get_recipemealie_search_recipesvikunja_list_projects