RFP.ai
ai.rfp/rfp-ai
Documentation
Installation
Use the documented Claude Desktop MCP integration for the remote endpoint.
For macOS and Linux, create ~/Library/Application Support/Claude/claude_desktop_config.json and add:
{
"mcpServers": {
"rfp-ai": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch",
"https://rfp.ai/api/mcp"
],
"env": {
"AUTHORIZATION": "Bearer YOUR_TOKEN_HERE"
}
}
}
}
For Windows, create %APPDATA%\Claude\claude_desktop_config.json with the same configuration.
Configuration
Remote MCP endpoint: streamable-http:https://rfp.ai/api/mcp
Authentication: Bearer token in the Authorization header. Create the token in Settings -> API & Extensions -> API Tokens.
Package targets: none declared.
Prerequisites
- rfp.ai account on Starter plan or higher
- Claude Desktop installed
- Knowledge base files uploaded to rfp.ai
- API token created in rfp.ai settings
- Node.js /
npxavailable for the Claude Desktop example
Capabilities
- Search knowledge base content
- Draft RFP responses from approved sources
- Manage projects and Q&A from Claude Desktop or any MCP client
- Use resources for knowledge base files and project details
- Use prompts for response drafting, requirement analysis, and project summaries
Limitations
- Free plan does not include MCP access
- Tokens default to read-only; write access requires explicit scopes
- No MCP tool can delete data
- Rate limits apply by plan
- The integration is intended for paid plans and requires a valid API token
