partiful-mcp

partiful-mcp

Enables AI agents to view Partiful events, RSVPs, hosted events, mutual connections, and user profiles via a community-built MCP server.

Category
访问服务器

README

partiful-mcp

An MCP server that gives AI agents access to the Partiful API. View your events, RSVPs, hosted events, mutual connections, and user profiles — all from your AI assistant.

Note: This is an unofficial, community-built tool. It is not affiliated with or endorsed by Partiful.

Quick Start

Add to your MCP client config (Claude Code, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "partiful": {
      "command": "npx",
      "args": ["-y", "partiful-mcp"],
      "env": {
        "PARTIFUL_REFRESH_TOKEN": "<your-refresh-token>"
      }
    }
  }
}

Getting Your Refresh Token

  1. Log in to partiful.com in Chrome
  2. Open DevTools (Cmd+Opt+I / Ctrl+Shift+I)
  3. Go to ApplicationIndexedDBfirebaseLocalStorageDbfirebaseLocalStorage
  4. Click the entry — expand valuestsTokenManager → copy the refreshToken value

Available Tools

Tool Description
get_my_events All events you've been invited to or RSVPed to
get_hosted_events Events you're hosting
get_my_upcoming_events Your upcoming events (home page 'Upcoming' view)
get_my_past_events Your past events (home page 'All past events' tab)
get_discoverable_events Open-invite events (home page 'Open invite' tab)
get_saved_events Your saved/bookmarked events
get_followed_events Events you're following
get_event Full details for a specific event by ID
get_guests Full guest list for an event
get_event_comments Comments/discussion on an event
get_event_media Photos and media uploaded to an event
get_event_restrictions Restrictions (age, capacity, etc.) for an event
get_event_permission Current user's permissions for an event
get_event_host_messages Host messages displayed on an event page
get_event_ticketing_eligibility Whether an event supports ticketing
get_pending_cohost_request Pending cohost invitation for an event, if any
get_host_promo_codes Promo codes for a hosted event
get_host_ticket_types Ticket types/tiers for a hosted event
get_event_discover_status Whether an event is listed on explore/discover
get_cohost_requested_events Events where you've been asked to cohost
get_all_event_restrictions Restrictions across all your events
get_invitable_contacts Contacts that can be invited to an event (paginated)
get_mutuals Your mutual connections
get_users Look up user profiles by ID
get_users_party_stats Party stats (events attended, hosted) for user profiles
get_contacts Your contact list
get_my_communities Communities you belong to
get_created_cards Digital cards you've created
get_discover_event_decorators Decorators for explore page event cards (badges like 'friends going', trending, etc.)
mark_notifications_read Mark all notifications for an event as read (write action)

Configuration

Environment Variables (recommended for MCP)

Variable Required Description
PARTIFUL_REFRESH_TOKEN Yes Firebase refresh token
PARTIFUL_FIREBASE_API_KEY No Defaults to Partiful's public key
PARTIFUL_USER_ID No Firebase UID — found in the same IndexedDB entry as the refresh token (the uid field)

Config File (alternative)

The server also reads ~/.partiful-config.json:

{
  "refresh_token": "<token>",
  "firebase_api_key": "<key>",
  "user_id": "<uid>"
}

Environment variables take priority over the config file.

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
mcp-server-qdrant

mcp-server-qdrant

这个仓库展示了如何为向量搜索引擎 Qdrant 创建一个 MCP (Managed Control Plane) 服务器的示例。

官方
精选
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选