Skip to content

mrnugget/tailscale-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tailscale-mcp

Super small MCP server that allows Claude to query Tailscale status by running the tailscale CLI on macOS.

VERY DRAFTY!

Requirements

  • Python
  • Tailscale installed at /Applications/Tailscale.app/Contents/MacOS/Tailscale
  • uv for dependency management

Running the Server

STDIO Transport (Default)

Run the server with stdio transport (default):

python tailscale.py

HTTP/SSE Transport

Run the server with HTTP transport on a specific port:

python tailscale.py --transport http --port 4001

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages