N8n FORUM MCP!

SInce the n8n team made a MCP to search their docs, I made an MCP so agents can also search the forum! This helps since the forum provides more work arounds to issues also if the docs do not work for you, or if your problem isn’t on the docs. This allows you and your agents to now figure out problems faster!!

Your agents can filter by solved questions also, which may improve the quality of your results! Enjoy!

python3 forumsearch.py search "airtable rate limit"   # all results
python3 forumsearch.py solved "azure openai api version"  # accepted-answer threads only
python3 forumsearch.py thread 300911                  # read a thread + its accepted answer
1 Like

The solved filter is the key differentiator here - filtering for threads where someone confirmed a fix works eliminates a lot of noise when you’re using it as an agent knowledge base. Pairing this with the Docs MCP means the agent can check docs first and fall back to forum-verified solutions when docs don’t cover the edge case. I’ll be adding this to my support workflow right away.

2 Likes

Great!!! Managed to dockerise it

image

1 Like