yanifend-mcp
Allows users to log in to YaniFend using their Facebook account.
Allows users to log in to YaniFend using their GitHub account.
Allows users to log in to YaniFend using their Google account.
YaniFend is a WordPress-native feedback widget; this MCP server enables managing feedback questionaries and reading answers for a WordPress site.
YaniFend MCP Server
Manage your YaniFend feedback questionary and read collected answers directly from Claude (Desktop, Code, or claude.ai) via the Model Context Protocol.
YaniFend is a WordPress-native feedback widget that lets visitors leave structured feedback on your site. This MCP server lets an LLM client work with the YaniFend backoffice on behalf of a logged-in site owner — list personages, manage questions, and pull in collected answers — without leaving the chat.
Recommended: hosted endpoint
https://app.yanifend.com/mcpStreamable HTTP transport, OAuth 2.1 (PKCE + RFC 7591 Dynamic Client Registration). No pre-registration — Claude Desktop / claude.ai auto-register on first connect, then prompt you to log in to YaniFend (Google / GitHub / Facebook / LinkedIn / email).
Claude Desktop / claude.ai
Add a custom connector:
Name: YaniFend
URL:
https://app.yanifend.com/mcp
Claude Code
claude mcp add --transport http yanifend https://app.yanifend.com/mcpRelated MCP server: SurveyMonkey MCP Server by CData
Alternative: local stdio wrapper (this repo)
This repository ships a tiny stdio MCP wrapper, mainly so the server can be introspected by registries like Glama and mcp.directory. It advertises the same tool surface as the hosted endpoint but delegates actual execution there — calling a tool returns a hint to use the hosted URL, because tool calls need an authenticated YaniFend account.
npx -y yanifend-mcp
# or
docker build -t yanifend-mcp . && docker run --rm -i yanifend-mcpTools
Tool | What it does |
| List the feedback personages defined on the connected YaniFend site |
| Read the current questionary |
| Add a new question |
| Edit an existing question's text, type, or order |
| Remove a question |
| List options for a multiple-choice question |
| Add an option to a question |
| Edit an option |
| Remove an option |
| Pull the latest collected answers |
Every tool is scoped to the authenticated YaniFend account — you only see and edit your own site's data.
About YaniFend
yanifend.com — a WordPress plugin that lets HR / recruiter / SaaS sites collect structured visitor feedback with personage-based segmentation. The MCP server is the LLM-native way to manage your YaniFend instance.
License
MIT — see LICENSE.
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/skippedaga/yanifend-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server