party-time-mcp

idyll/party-time-mcp

3.1

If you are the rightful owner of party-time-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A simple MCP server that responds with 'It's Party Time' when asked about the current time.

The Party Time MCP Server is a straightforward implementation of a Model Context Protocol (MCP) server. It reads from stdin and writes to stdout, handling JSON-RPC messages. The server registers a single tool called 'get-time' and always responds with 'It's Party Time' when this tool is called. It is designed to comply with the MCP protocol, handling initialization, tool discovery, and tool execution requests. The server includes robust error handling and is tested for compatibility with the Hermes client. It is built using Elixir and can be executed as an escript.

Features

  • Simple MCP server implementation
  • Handles JSON-RPC messages
  • Registers a single tool 'get-time'
  • Complies with MCP protocol
  • Robust error handling

Usages

usage with Claude Desktop

{
  "mcpServers": {
    "partytime": {
      "command": "/path/to/your/party_time_mcp",
      "args": []
    }
  }
}

Tools

  1. get-time

    Returns "It's Party Time" when called