An MCP (Model Context Protocol) server implementation for interacting with S.EE services, providing capabilities for short URL management, text pasting, file sharing, and time utilities.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cli-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/sdotee/cli-mcp-server@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cli-mcp-server go run github.com/sdotee/cli-mcp-server@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cli-mcp-server": {
"command": "go",
"args": [
"run",
"github.com/sdotee/cli-mcp-server@latest"
]
}
}
}
📋 Copy