Party Time MCP Server
@idyll
About Party Time MCP Server
A simple dumb MCP server.
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Party Time MCP Server?
Party Time MCP Server is a simple MCP server that registers a single tool called get-time and always responds with "It's Party Time" when the tool is called. It implements the Machine Conversation Protocol (MCP) directly, handling JSON‑RPC messages. Built in Elixir as an escript, it is designed for integration with Claude Desktop.
How to use Party Time MCP Server?
Build the executable with mix deps.get and mix escript.build, then make it executable with chmod +x ./party_time_mcp. Configure Claude Desktop by adding a mcpServers entry in claude_desktop_config.json pointing to the executable. Restart Claude Desktop and ask "What time is it?" to invoke the get-time tool.
Key features of Party Time MCP Server?
- Single tool
get-timethat returns "It's Party Time" - Implements MCP protocol messages: initialize, tools/list, tools/call, notifications/initialized
- Built as a standalone Elixir escript with no runtime dependencies
- Outputs only clean JSON to stdout (logs sent to stderr)
- Robust error handling for invalid requests and unknown methods
- Supports manual testing via stdin with JSON‑RPC messages
Use cases of Party Time MCP Server?
- Demonstrating a minimal MCP server implementation
- Testing Claude Desktop’s tool discovery and execution flow
- Learning the MCP protocol with a simple, focused example
- Providing a fun, predictable response to time‑related queries
FAQ from Party Time MCP Server
What does the server do when the get-time tool is called?
It always responds with the string "It's Party Time", regardless of the current time.
How do I fix JSON parsing errors in Claude Desktop?
Ensure you are using the latest version of the server. The current version sends log messages to stderr to keep stdout clean, preventing JSON‑RPC parsing issues.
What should I do if I see a Mix.env() error at runtime?
Rebuild the executable with mix escript.build. The error occurs when the executable was built with code that calls Mix.env/0 at runtime, which is unavailable in an escript.
How can I test the server manually before configuring Claude Desktop?
Run ./party_time_mcp and pipe JSON‑RPC messages to it, for example: echo '{"jsonrpc":"2.0","id":"test-1","method":"tools/list"}' | ./party_time_mcp.
What dependencies are required to run the server?
No runtime dependencies; the compiled escript runs standalone. For building, Elixir and Mix are required.
Frequently asked questions
What does the server do when the `get-time` tool is called?
It always responds with the string "It's Party Time", regardless of the current time.
How do I fix JSON parsing errors in Claude Desktop?
Ensure you are using the latest version of the server. The current version sends log messages to stderr to keep stdout clean, preventing JSON‑RPC parsing issues.
What should I do if I see a `Mix.env()` error at runtime?
Rebuild the executable with `mix escript.build`. The error occurs when the executable was built with code that calls `Mix.env/0` at runtime, which is unavailable in an escript.
How can I test the server manually before configuring Claude Desktop?
Run `./party_time_mcp` and pipe JSON‑RPC messages to it, for example: `echo '{"jsonrpc":"2.0","id":"test-1","method":"tools/list"}' | ./party_time_mcp`.
What dependencies are required to run the server?
No runtime dependencies; the compiled escript runs standalone. For building, Elixir and Mix are required.
Basic information
More Productivity MCP servers

One
OneConnect your agent to the apps your team already uses: Gmail, Slack, Stripe, Shopify, HubSpot, Notion, Linear, Salesforce, QuickBooks and more. One hosted MCP server with OAuth sign-in, nothing to install and no API keys

AdWhispr - Research, Clone, & Launch Ads from Claude/ChatGPT
AdWhisprRemote MCP server that turns Claude, ChatGPT, or Cursor into a full ad workflow: research any brand's live Facebook and TikTok ads, clone the proven winners for your own brand, and launch real campaigns on Google, TikTok

FlowyTeam OKR MCP Server
flowy-teamFlowyTeam is a native OKR MCP server. Connect Claude (Desktop, web, mobile), ChatGPT, Claude Code or n8n and your agent can read every objective and key result in your workspace, post check-ins, move key-result progress,

post bridge
jack frikspost bridge is a remote MCP server that lets your AI agent schedule and publish social media posts across 9 platforms — Instagram, TikTok, YouTube, X, LinkedIn, Facebook, Pinterest, Threads, and Bluesky. Connect accounts

Prose Coach
prose.coachDeterministic writing filter. 43 AI patterns marked, each quoting the line that triggered it and attaching the fix. Connects as a remote MCP server at one URL. The free tier runs 3 drafts a day at 12,000 characters, no a
Comments